View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.charting
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Can I export a chart from Excel as a jpg or gif?


Sub ExportChartJPG()
ActiveChart.Export Filename:="C:\a\MyChart.jpg", _
FilterName:="jpeg"
End Sub

--
Don Guillett
SalesAid Software

"maryla" wrote in message
...


"bongoman" wrote:

Does anyone know if it is possible to export an Excel generated
chart/graph
as a .jpg or .gif into a webpage?