Thread
:
How to extract a picture from an Excel worksheet into a picture fi
View Single Post
#
2
Don Guillett
Posts: n/a
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.
Reply With Quote