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 ?
 

Ask a Question

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.

Ask a Question

Back
Top