View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JP[_13_] JP[_13_] is offline
external usenet poster
 
Posts: 5
Default Export Charts as JPG using VB.NET

Hi,
I tried searching this group and others to find a way to export a chart from
excel using vb.net but I can't seem to find any solution. I'm trying to
avoid using VBA.

I'm trying:

xlsheet.ChartObjects("ChartName").Export("test.jpg ", "test")

but that doesn't seem to be working. The export method doesn't seem to
work.

I get this error:
"Public member 'Export' on type 'ChartObject' not found."

Any help would be great.

Thanks,
JP