how do I check if a file with a specific name exists in a folder on my computer. Im working on a macro in MSWord. Please help.
Some suggested:
[CODE=vb]If System.IO.File. Exists(fileToOp en) = True Then
...
Else
...
EndIf[/CODE]
Some suggested:
[CODE=vb]If System.IO.File. Exists(fileToOp en) = True Then
...
Else
...
EndIf[/CODE]
Comment