Is there anywhere to tell pp (& word for that matter) to display the
*path* in file dialogs or titlebars?
*Most* frustrating when working between local drive, compact flash drive
and network locations.
Scott
Good point.
This little macro is all it takes:
Sub mitToMyWillPowerPoint()
MsgBox ActivePresentation.FullName
End Sub
Or choose File, Properties. It's on the General tab.
Any chance this can be assigned to a keystroke - I've already put it on
the menubar making it keystroke available, but am hoping for something
easier(?)
Scott