in the VBA help file, when you search for "export chart", it offers this example:
[VBA]Charts(1).Export _
FileName:="current_sales.gif", FilterName:="GIF" [/VBA]
But this throws me an error when I try to run it. I may have a clue why: It says that
Some examples of valid FilterName values are GIF, JPEG, and PNG.
On the Macintosh, graphics export filters are installed in the
Microsoft Office X:Shared Applications:Graphic Filters folder.
But when I look in that folder, I only have two files:
-EPS Import
-Metafile Import
Do you know where I can get more of these Microsoft file converter files? Or am I barking up the wrong tree? Can any of you use this code as-is?