Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

path display possible??

0 views
Skip to first unread message

Scott Casey

unread,
Mar 31, 2002, 7:14:35 AM3/31/02
to
Windows 2000 and office 2000:

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

Steve Rindsberg

unread,
Mar 31, 2002, 10:05:56 AM3/31/02
to
> 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.

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.


Scott Casey

unread,
Mar 31, 2002, 10:42:57 PM3/31/02
to
A functional approach - not as nice as having it properly in the
titlebar, but works with a couple extra steps...

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

0 new messages