G
Greg H.
I am receiving a strange error message when trying to run the below script:
ActiveWorkbook.SaveAS "c:\Daily Reports for DP\NPP_" & Format(Date,
"mmddyy")
The error i get highlights "Format" and a msg box says:
Compile Error:
Wrong number of arguments or incalid property assignment
Any ideas as to what is wrong?
ActiveWorkbook.SaveAS "c:\Daily Reports for DP\NPP_" & Format(Date,
"mmddyy")
The error i get highlights "Format" and a msg box says:
Compile Error:
Wrong number of arguments or incalid property assignment
Any ideas as to what is wrong?