How to disable save with OLE word object?

G

Guest

I have an embedded word document that the user opens and edits with the
following code ( behind a button click )
Dim Word_Obj As Object
Me!txtNarative.Verb = -2
Me!txtNarative.Action = 7
Set Word_Obj = txtNarative.Object.Application.wordbasic
Word_Obj.ViewPage

I can't figure out how to make it open as read only so the users can see but
not change the embedded word doc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top