F
fisch4bill
I've encountered a problem with VBA code that is performing the SaveAs
function: it doesn't seem to give me the same warning about the file already
existing as using SaveAs from the Word menu manually. I seem to remember that
there is a programmatic way of determining if a particular file name exists
in a target directory, I just don't remember what it is. I tried
If Exists(\\servername\directoryname\filename) Then . . .
both enclosed in quotes and not, and tried the path property, both with no
success. Can anyone help me with this? How can I check to see if a specific
file name exists in a directory using VBA?
TIA
Bill
function: it doesn't seem to give me the same warning about the file already
existing as using SaveAs from the Word menu manually. I seem to remember that
there is a programmatic way of determining if a particular file name exists
in a target directory, I just don't remember what it is. I tried
If Exists(\\servername\directoryname\filename) Then . . .
both enclosed in quotes and not, and tried the path property, both with no
success. Can anyone help me with this? How can I check to see if a specific
file name exists in a directory using VBA?
TIA
Bill