access macro saved in ppa

  • Thread starter Thread starter Guest
  • Start date Start date
You cannot access the macro within the PPA directly as a shape action.
However you can create a macro within the presentation assign it to a shape,
then within the macro you can invoke the macro within the PPA.

Sub MyLocalMacro()
Application.Run "myaddin.ppa!MyAddinMacro"
End Sub
 
Shyam I am getting a runtime error: Application (unknown member)
What does this mean ?
 
Back
Top