View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fool Fool is offline
external usenet poster
 
Posts: 1
Default How to save a bar chart as an image file programmatically?

Hello, I am designing a Excel worksheet.
It contains a bar chart. I run VBA to get data from a database and update
it's data.
Then I want to save the bar chart as an image, such as jpeg file.
Would you please tell me how to save a bar chart as an image file by VBA?

Thanks in advance.