How to disable save with OLE word object?

  • Thread starter Thread starter Guest
  • Start date Start date
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

Similar Threads

Word MS Access Wordpad OLE objects 3
The OLE object is empty 0
How to delete embedded Word object? 3
Accessing OLE objects 2
OLE Activation 4
Emailing OLE Objects 1
save OLE Object to a file 1
Open OLE Object 2

Back
Top