Jul 24, 2007 #1 barbola Technical User Feb 27, 2003 1,132 CA Code: Call pFSO.CopyFile(sSourceFile, sDestinationFile, True) The True at the end means to replace the file if it exists. Can anyone help me code this if I want it to add an "A" to the end of the filename if it exists?
Code: Call pFSO.CopyFile(sSourceFile, sDestinationFile, True) The True at the end means to replace the file if it exists. Can anyone help me code this if I want it to add an "A" to the end of the filename if it exists?