View Single Post
  #2   Report Post  
Don Guillett
 
Posts: n/a
Default

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


--
Don Guillett
SalesAid Software

"SARANJAI" wrote in message
...
Tried to extract a picture from an Excel worksheet and save it as a *.jpg

/
*.gif / *.bmp file - don't know how to do. Anyone knows how to do that?

Same
goes for Word.