Hi,
I succesfully opened a word document through the word.application object. Though I want to make a
vb application where some users can open a certain word document with read-only and other users can open that exact same document without read-only.
In the word.application object you have a property to set the document to read-only. That works perfectly but not when a few seconts later another user opens the same document without read-only set to on!
Is there a way to provide
vb code so that it depends on the user (session) whether a certain document is read-only.
Thanks for helping!
Steven