G Guest Dec 27, 2003 #1 I need to find out the name of the open PPT file from within a module in VBA. I can do it in Excel by using "activeworkbook.Name" Are there such commands available when working in PowerPoint?
I need to find out the name of the open PPT file from within a module in VBA. I can do it in Excel by using "activeworkbook.Name" Are there such commands available when working in PowerPoint?
B Brian Reilly, MS MVP Dec 27, 2003 #2 So close. MsgBox ActivePresentation.Name Brian Reilly, PowerPoint MVP