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
 
Top