Auto execute / Run Marcos

  • Thread starter Thread starter MT
  • Start date Start date
M

MT

Can anyone assist with the following task:

Marcos have been created in powerpoint template including
inserting file path & file name in footer. How do I make
the marco auto run / execute when save in perform, ie. it
will auto the file name / file path automatically.

If need to be done by VBA, can you please assist where I
could obtain example VBA code for the above.

Thanking you in advance.
 
MT,
Macros in the presentation/templates don't execute automatically. You need
to place the code within an add-in and have an eventhandler trap the save
event. Take a look at the following page:
PowerPoint Add-in FAQ
www.mvps.org/skp/ppafaq.htm
 
Back
Top