-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > Community > Automation and VBA > Automating JPEG export of charts > Antwort auf: Automating JPEG export of charts
März 20, 2015 um 3:41 pm Uhr
#9381

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?