Home > Community > Automation and VBA > Automating JPEG export of charts > Antwort auf: Automating JPEG export of charts

#9381
Michael HaagMichael Haag
Mitglied

Many thanks for the quick reply!

Ok, I will consider your remark about the export format.Yes, the aim is to export all charts as a single image.

Unfortunately, I will not have access to a machine having FlexPro Professional installed within the next 4 days.

I must confess that I am a newbie in VBA programming, so I hope you can give me a hint regarding the follwing.

In order to export each chart into a single image I have to use the export method:

Ausdruck.Export(Format, PathName, Interactive, PageNumber)

So, my problem is how to make the method export Diagram2D, index 4 on page 2?

How is the syntax of “Ausdruck” in this case?