Home All Groups Group Topic Archive Search About
Author
2 Dec 2004 2:13 PM
suzanne.chappell
I have created an ole object and loaded a word document that contains
'HELP' text. I want it to be read-only.
The only problem is.. when i set the container's update item to NO,
the word document disappears.

Is it possible for an embedded Word document to be READ ONLY?
Thanks for your help.
Suzanne

Author
2 Dec 2004 3:06 PM
Frank Piron
Am 2 Dec 2004 06:13:23 -0800 schrieb <suzanne.chapp***@oit.nh.gov>:

> I have created an ole object and loaded a word document that contains
> 'HELP' text. I want it to be read-only.
> The only problem is.. when i set the container's update item to NO,
> the word document disappears.
>
> Is it possible for an embedded Word document to be READ ONLY?
> Thanks for your help.
> Suzanne
>
You may close the document and reopen it calling a
macro from forms.

MAKRO:
With RecentFiles(1)
     .ReadOnly = True
     .Open
End With

--
Frank Piron,
defrankatkonaddot
(leftrotate two)

AddThis Social Bookmark Button