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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top