U
Umpty
Within Word is there a way to determine if a document is open or not. I am
trying to do something like this :
If ("MyFile.doc" or any articular file is open) then
do something
else
Set oApp = New Word.Application
oApp.Documents.Open CurrentProject.Path & "\MyFile.doc"
oApp.Visible = True
End If
Is there an IsOpen command or similar available?
trying to do something like this :
If ("MyFile.doc" or any articular file is open) then
do something
else
Set oApp = New Word.Application
oApp.Documents.Open CurrentProject.Path & "\MyFile.doc"
oApp.Visible = True
End If
Is there an IsOpen command or similar available?