-
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
Open Axis-Dialog
Home > Community > Automation and VBA > Open Axis-Dialog
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 14 Jahren, 11 Monaten von Anonym aktualisiert.
-
AutorBeiträge
-
Dezember 15, 2009 um 6:07 pm Uhr #8062AnonymGast
Hello,
I look for a possibility to open the axis-dialog via VBA. Is there a possibility to open FlexPro-dialogs via VBA?
I need this functionality, because I would like to open the dialog for one diagramm and copy the settings to all selected diagrams.Dezember 15, 2009 um 6:40 pm Uhr #8583Bernhard KantzTeilnehmerThis is not possible with VBA. But you don’t need to open a dialog to copy the properties of the diagram.
Example:
Dim oDiag1 As Diagram2D Dim oDiag2 As Diagram2D '... With oDiag2 .YAxes(1).Scaling.StartValue = oDiag1.YAxes(1).Scaling.StartValue .YAxes(1).Scaling.EndValue = oDiag1.YAxes(1).Scaling.EndValue '... End With
Dezember 15, 2009 um 6:56 pm Uhr #8584AnonymGastHello,
thanks for the fast answer. But my problem is not copy the values from one diagramm to another. I would like to give the user the possibility to change the axis-settings in the first diagramm of a selection and copy these settings to the other selected diagramms. If it is not possible to open the dialog I must create an userform with the main axis-settings. -
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.