Hi - cant get this to work..
Firstly though I have put in the folder location as below to the desktop the workbook copy keeps only going to "my documents"?..also I want to add the date & time to the copied workbook to stop it over-riding previous copies - any ideas?
Sub TESTsave_copy_of_workbook()
ActiveWorkbook.Save
ActiveWorkbook.SaveCopyAs Filename:="C:\Documents and Settings\Peter\Desktop" & ActiveWorkbook.Name
End Sub
Thanks
Firstly though I have put in the folder location as below to the desktop the workbook copy keeps only going to "my documents"?..also I want to add the date & time to the copied workbook to stop it over-riding previous copies - any ideas?
Sub TESTsave_copy_of_workbook()
ActiveWorkbook.Save
ActiveWorkbook.SaveCopyAs Filename:="C:\Documents and Settings\Peter\Desktop" & ActiveWorkbook.Name
End Sub
Thanks