Home > Community > Automation and VBA > Makro aus FPScirpt > Antwort auf: Makro aus FPScirpt

#12876
Michael KaufmannMichael Kaufmann
Teilnehmer

Hallo,

kann ich ein Makro bzw. VBA-Skript
Sub Makro()
MsgBox “Hello”
End Sub

aus einem FPScript heraus aufrufen?

Mit
Dim Sum
Sum = Application.Run(“Makro”)

hatte ich leider keinen Erfolg.