J
JP
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", "jpg")
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
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", "jpg")
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