Home |
Search |
Today's Posts |
#4
![]() |
|||
|
|||
![]()
You can also use TIF and PNG formats. I usually tell people to avoid
JPGs for their charts. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Don Guillett wrote: try these Sub ExportChartGIF() ActiveChart.Export Filename:="C:\a\MyChart.gif", _ FilterName:="GIF" End Sub Sub ExportChartJPG() ActiveChart.Export Filename:="C:\a\MyChart.jpg", _ FilterName:="jpeg" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional format of data tables in charts | Charts and Charting in Excel | |||
exporting a chart to gif format using COM (Excel v11 and .net) | Charts and Charting in Excel | |||
Exporting to a txt file in a certain format. | Excel Discussion (Misc queries) |