How do I show full path in title bar

  • Thread starter Fellow Programmer
  • Start date
F

Fellow Programmer

Hey, I would like to show the full path of the document in the ppt window's
title bar. The macro method for Word and Excel does not work:

ActiveWindow.Caption = ActivePresentation.FullName

The caption field is read-only and cannot be set. Does anyone have an idea
of how to accomplish this task?
 
Top