A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Export Chart as GIF on Macintosh OS X



 
 
Thread Tools Display Modes
  #1  
Old April 1st, 2004, 01:45 AM
tcdunn
external usenet poster
 
Posts: n/a
Default Export Chart as GIF on Macintosh OS X

I get an error message trying to export a chart on a Mac running OS X,
Excel version "X for Mac, Service Release 1" from the following code:

Sub ExportChart()
MsgBox (ActiveSheet.ChartObjects(1).Chart.Name)
ActiveSheet.ChartObjects(1).Chart.Export FileName:="mychart.gif",
FilterName:="GIF"
End Sub

... I've never had issues on a PC...and the first MsgBox line works
fine, just as a check...

I get:
"Application Error '1004'"...

Thanks in advance, this is very frustrating...
Tim


---
Message posted from http://www.ExcelForum.com/

  #2  
Old April 1st, 2004, 02:43 AM
JE McGimpsey
external usenet poster
 
Posts: n/a
Default Export Chart as GIF on Macintosh OS X

In article ,
tcdunn wrote:

I get an error message trying to export a chart on a Mac running OS X,
Excel version "X for Mac, Service Release 1" from the following code:

Sub ExportChart()
MsgBox (ActiveSheet.ChartObjects(1).Chart.Name)
ActiveSheet.ChartObjects(1).Chart.Export FileName:="mychart.gif",
FilterName:="GIF"
End Sub

.. I've never had issues on a PC...and the first MsgBox line works
fine, just as a check...

I get:
"Application Error '1004'"...


This is a known bug in XLv.X. As a workaround you can save the
activesheet as a web page. Charts will be saved as .gifs in the folder
associated with the html document.

Please send MacBU feedback saying you want this fixed ASAP via the
Help/Feedback on Excel menu item in XL's menu bar.
  #3  
Old April 1st, 2004, 09:08 PM
tcdunn
external usenet poster
 
Posts: n/a
Default Export Chart as GIF on Macintosh OS X

Thanks for the info and workaround. Much better than my other
alternative... manual screen shots with [cmd][****f][3]...

will send the feedback ...

Thanks,
Tim



This is a known bug in XLv.X. As a workaround you can save the
activesheet as a web page. Charts will be saved as .gifs in the folder
associated with the html document.

Please send MacBU feedback saying you want this fixed ASAP via the
Help/Feedback on Excel menu item in XL's menu bar.


---
Message posted from http://www.ExcelForum.com/

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:24 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.