R. Knaap
R. Knaap

Reputation: 11

Autorun macro in Powerpoint 2010

I would like to auto run a macro when my PowerPoint 2010 file opens. I hope someone would be able to assist.

Thank you in advance!

Upvotes: 0

Views: 2055

Answers (2)

Jamie Garroch - MVP
Jamie Garroch - MVP

Reputation: 2979

I wrote an article to explain how to do this here

Upvotes: 1

RGA
RGA

Reputation: 2607

Private Sub App_PresentationOpen(ByVal Pres As Presentation) 
     Call yourMacro
End Sub

Upvotes: 0

Related Questions