I’m now using Excel 2007 and can’t find how to export a chart to an image file like I could in older versions.
I used to be able to use the code below to do it but it doesn’t work in 2007. Any ideas?
Worksheets(ActiveSheet.Name).ChartObjects(1) _
.Chart.Export _
Filename:=”c:current_sales.gif”, FilterName:=”GIF”