Add Path to Title Bar

  • Thread starter Thread starter Jack Mills
  • Start date Start date
J

Jack Mills

How can I add path and file name to title bar of Excel
2002 workbook? Please let me know. Thanks in advance.
 
Jack,

Take a look at:
Application.Caption
ActiveWindow.Caption

Application.Caption = ThisWorkbook.Path & "\" & ThisWorkbook.Name
Activewindow.Caption = ""

John
 
John, I'm new enough to Excel 2002 that I haven't any idea
where to start adding your suggested information to all of
my workbooks. Could you please take a minute and point me
in the right direction? Thanks in advance. Jack
 
Back
Top