(Tipp 105)
Wie kann man aus einem Makro heraus eine AddIn-Sub aufrufen?
Der folgende Code ruft die Sub/Function dreidformat1 in der Add-In-Datei threed.xla auf:
Sub AddInRufen() Application.Run "threed.xla!dreidformat1" End Sub