Add in to allow to save graphics to JPG

B

Barb Reinhardt

I've used an add in that allowed me to save graphics to JPG and other
formats, but can't seem to remember where I found it. Can someone assist.

Thanks,
Barb Reinhardt
 
D

Don Guillett

How about a simple macro?
Sub ExportChartJPG()
ActiveChart.Export Filename:="C:\a\MyChart.jpg", _
FilterName:="jpeg"
End Sub
 
G

Gary''s Student

Add-in is not needed. Select what you want to copy and, while holding down
the shift key, pull-down Edit > Copy Picture> and copy

Paste the material into PowerPoint and save as jpg.
 
Top