K
Kenji
I have this code
----
ThisWorkbook.SaveCopyAs Application.DefaultFilePath + "\" + "temp.xls"
----
When I run the macro from the front page, it'll give an, "Method
'SaveCopyAs' of object '_Workbook' failed.
however, if I click debug and hit "play" again, the code will go through
just fine. Is there a fix for this?
Kenji
----
ThisWorkbook.SaveCopyAs Application.DefaultFilePath + "\" + "temp.xls"
----
When I run the macro from the front page, it'll give an, "Method
'SaveCopyAs' of object '_Workbook' failed.
however, if I click debug and hit "play" again, the code will go through
just fine. Is there a fix for this?
Kenji