JamesFlowers
Programmer
Hi,
I am creating a macro to automatically save the workbook to a file with the sysdate and time.
Here is the code
ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\james_f\Desktop\Product List Requests Sheet.xls", _
FileFormat:=xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
Our point for doing this to create a unique file each time it is run and to be saved for client distribution and then historical reference.
Many Thanks
James Flowers James Flowers
I am creating a macro to automatically save the workbook to a file with the sysdate and time.
Here is the code
ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\james_f\Desktop\Product List Requests Sheet.xls", _
FileFormat:=xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
Our point for doing this to create a unique file each time it is run and to be saved for client distribution and then historical reference.
Many Thanks
James Flowers James Flowers