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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.