how do i save an excel graph as an image file for use on the inter

  • Thread starter Thread starter Guest
  • Start date Start date
Hi Jim

A statement like this might set you on track:

ActiveSheet.Chartobjects(1).Chart.Export "C:\Grafiek1.jpeg", ""
 
Use PNG or GIF formats instead of JPG, to get better results from chart-type
images.

- Jon
 

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