View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Art Parra Art Parra is offline
external usenet poster
 
Posts: 7
Default export chart method error - excel2003

The following method fails on 2003 but runs ok on 2000.

activechart.export filename:=myfilename, filtername:="GIF"

I get a runtime 1004 error: method export of object chart failed


thanks,