AutoOpen macro in PowerPoint

G

gordo

I would like to create and install a macro in PowerPoint 2007. This macro
would run each time any presentation is opened. It would put the full path
in the title bar. I believe that this is the content:

Sub AutoOpen() or is it Auto_Open?
ActiveWindow.Caption = ActiveDocument.FullName
ActiveDocument.Activate
End Sub

I cannot seem to get this installed or working. I am pretty unfamiliar with
the creation, installation and use of macros.

Does anyone have a step by step procedure to make this work?

I did make this type of macro work in Word 2007.

Many Thanks,

Gordo
 

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

Top