G
George Lee
Is there a way to tell if the file open process has been interrupted, say by
a Password entry dialog? Several documents hang on the following line if the
file is password protected:
Set gWordDocument =
gWordApp.Documents.Add(gFileSources.SourceDocument)
In this case, the manual workaround is to click in the document's Word icon
in the toolbar and click Open Read Only in the Password Dialog.
a Password entry dialog? Several documents hang on the following line if the
file is password protected:
Set gWordDocument =
gWordApp.Documents.Add(gFileSources.SourceDocument)
In this case, the manual workaround is to click in the document's Word icon
in the toolbar and click Open Read Only in the Password Dialog.