G
GRox
I really need some helpful hints (Word 2000, VBA):
I'm saving the documents with "ActiveDocument.SaveAs strFullPath & "\" &
strFileName, , , , , , True".
Using the Menu-Item FileOpen or the Windows-Explorer, the dialog referring
to the "ReadOnlyRecommended"-property is properly shown.
The vba command "Dialogs(wdDialogFileOpen).Show" always opens the document
write-protected without asking the user what to do !?
Is there any way to ask the user for a decision using the wdDialogFileOpen ?
Thanks a lot !
Guido
I'm saving the documents with "ActiveDocument.SaveAs strFullPath & "\" &
strFileName, , , , , , True".
Using the Menu-Item FileOpen or the Windows-Explorer, the dialog referring
to the "ReadOnlyRecommended"-property is properly shown.
The vba command "Dialogs(wdDialogFileOpen).Show" always opens the document
write-protected without asking the user what to do !?
Is there any way to ask the user for a decision using the wdDialogFileOpen ?
Thanks a lot !
Guido