Hello,
I have a word document embedded in one of my worksheets. I open the document using the code:
Sheets("Sheet1").OLEObjects("Doc1").Activate
I need to open the document Read-Only, so any changes can't be saved back to the origional embedded file.
Anybody know how to accomplish this? Thanks!
Bookmarks