Export Excel Chart to .gif or .png file
by U3RldmUgTWNHb3VydHk » Wed, 13 Jul 2005 01:41:02 GMT
then I used to select and copy individual charts in an Excel file and paste
them into PhotoDraw to create .gif and .png files. Recently I lost access to
PhotoDraw (a dictated productivity enhancment) and am wondering what current
product MS has to replace this functionality?
Re: Export Excel Chart to .gif or .png file
by Jon Peltier » Wed, 13 Jul 2005 03:12:02 GMT
If you don't feel like programming, use John Walkenbach's Chart Tools
utility (free from http://www.**--****.com/ ) to export your charts.
If you're not afraid of a little VBA, check out the Chart.Export method.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://www.**--****.com/
_______
Similar Threads:
1.Convert, export, or save Word as an image file (jpg, gif, png, etc
I am using Word 2003 on Windows XP.
Could someone please post an example of how to convert, export, or save a
Word document or page as a jpg, gif, or png programmatically using VBA?
Is it even possible?
Thanks much in advance.
2.Excel should let me export charts as .eps or .png
3.Exporting Chart to GIF File
testing the export of a chart to a GIF file using this code:
Sub SaveChartAsGIF()
Dim FName
FName = ThisWorkbook.Path & "\" & ActiveChart.Name & ".gif"
ActiveChart.Export Filename:=FName, FilterName:="GIF"
End Sub
In Excel 97 it exported one file to:
GifExport Costs.Gif
BUT in XP it exports two files:
GifExport Costs.Gif as a zero length file and
GIFEXP~1.GIF that holds the data
Using Excel XP (with updates)
OS: XP Pro
Network: Netware
and
Using Excel 97(with updates)
OS: NT4
Network: Netware
Why?
Dick
4.Convert any documents(Word, Excel) into BMP, GIF, JPEG, PNG and TIFF image