N
Neil
I am trying to determine if a Word doc is open, because I have a process
that looks to open it, save it in a different format, and then move on to
another doc.
I tried using the command:
If Dir(strFilePath & "~$" & strfilename, vbHidden) <> "" Then
'Skip file
End if
to use the "~$" file to determine if it's open. This worked fine on my PC.
However, when I tried it on the network, it didn't work.
I need to be able to determine if a file is open, either by using Dir(), or
by using some method within Word. Since the files are open across a network,
I can't check the open documents in my copy of Word. Any ideas? Using Word
2000.
Thanks!
Neil
that looks to open it, save it in a different format, and then move on to
another doc.
I tried using the command:
If Dir(strFilePath & "~$" & strfilename, vbHidden) <> "" Then
'Skip file
End if
to use the "~$" file to determine if it's open. This worked fine on my PC.
However, when I tried it on the network, it didn't work.
I need to be able to determine if a file is open, either by using Dir(), or
by using some method within Word. Since the files are open across a network,
I can't check the open documents in my copy of Word. Any ideas? Using Word
2000.
Thanks!
Neil