View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert[_16_] Robert[_16_] is offline
external usenet poster
 
Posts: 29
Default Run Time Error 1004

A client is getting a runtime error 1004, "Application-
defined or object-defined error" on the following
statement:

Sheets(1).SaveAs FileName:="POImportFile.xls",
FileFormat:=xlNormal

Of course, I do not get the error. I am using Excel 97.
The client is using Excel 2003.

Anyone got any ideas?