D
D Huber
We have a macro that has typically been run in an older version of Excel that
now needs to be run in Excel 2007. Each time this is attempted we get "Run
time error '1004':" and it stops at the following line of code:
ActiveWorkbook.SaveAs Filename:= _
"P:\Freight Finance\Full Freight Allowed\dbfs\ffa.dbf" _
, FileFormat:=xlDBF4, CreateBackup:=False
Did something change in the current version of excel that would stop this
line from executing?
Thanks
now needs to be run in Excel 2007. Each time this is attempted we get "Run
time error '1004':" and it stops at the following line of code:
ActiveWorkbook.SaveAs Filename:= _
"P:\Freight Finance\Full Freight Allowed\dbfs\ffa.dbf" _
, FileFormat:=xlDBF4, CreateBackup:=False
Did something change in the current version of excel that would stop this
line from executing?
Thanks