Jul 24, 2007 #1 barbola Technical User Joined Feb 27, 2003 Messages 1,132 Location 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?