(twice again)
Using automation, how can I open a Word document that is already open?
I looked in the VB help and found .Open(FileName, ConfirmConversions, ReadOnly). I tried this as follows:
oDoc.Open(MyDoc,.f.,.t.)
but Word still brought up the notification panel saying that the doc is locked for editing and do I want to open it Read Only!!!
Is there a way around this?
Thanks Stewart
Using automation, how can I open a Word document that is already open?
I looked in the VB help and found .Open(FileName, ConfirmConversions, ReadOnly). I tried this as follows:
oDoc.Open(MyDoc,.f.,.t.)
but Word still brought up the notification panel saying that the doc is locked for editing and do I want to open it Read Only!!!
Is there a way around this?
Thanks Stewart