Open ReadOnlyRecommended=True Word doc for write access through VB

J

Jon Furman

Hello everyone,

I've run into a tricky issue. I'm working on a batch process that needs to
programatically open a series of documents for write access that have thier
ReadOnlyRecommended property set toTrue. I see in the Word VBA documentation
that setting ReadOnly=False on the open command won't open these for write.
So my question is, can I force these to open with write access through VBA?

Thanks in advance.
 
Top