C Craig Feb 24, 2005 #1 Is there anyway in Excel 2003 to take a file and duplicate a file and rename it while leaving the original file unchanged? Thanks
Is there anyway in Excel 2003 to take a file and duplicate a file and rename it while leaving the original file unchanged? Thanks
B Bob Phillips Feb 24, 2005 #2 ActiveWorkbook.SaveCopyAs "C:\TEMP\XXXX.XLS" -- HTH RP (remove nothere from the email address if mailing direct)
ActiveWorkbook.SaveCopyAs "C:\TEMP\XXXX.XLS" -- HTH RP (remove nothere from the email address if mailing direct)