Re: OLE-WORD

From: Frank Piron <empty_at_zero.nil>
Date: Thu, 02 Dec 2004 16:06:48 +0100
Message-ID: <opsidyxmolm0et4w_at_news.online.de>


Am 2 Dec 2004 06:13:23 -0800 schrieb <suzanne.chappell_at_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)
Received on Thu Dec 02 2004 - 16:06:48 CET

Original text of this message