Add in to allow to save graphics to JPG

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
How about a simple macro?
Sub ExportChartJPG()
ActiveChart.Export Filename:="C:\a\MyChart.jpg", _
FilterName:="jpeg"
End Sub
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top