Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks to you both
-- - markvi "Gord Dibben" wrote: mark Only through VBA and does not stick through sessions so has to be reset. Private Sub Workbook_Open() ActiveWindow.Caption = ActiveWorkbook.FullName End Sub Private Sub Workbook_BeforeClose(Cancel As Boolean) Application.Caption = "" End Sub Paste these Subs to the ThisWorkbook module. Could also be placed in Personal.xls or an Add-in that loads when Excel is started. Gord Dibben Excel MVP On Tue, 22 Nov 2005 09:28:12 -0800, markvi wrote: Is there a way in Excel 2003 and Windows XP to have the application's Title Bar show the full path of the document and not just the file name? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to increase area of Y axis title, so full text will be shown? | Charts and Charting in Excel | |||
Show full path title in title bar? | New Users to Excel | |||
full UNC path in footer | Excel Discussion (Misc queries) | |||
full path of excel file | Excel Discussion (Misc queries) | |||
How to change the Excel Title Bar to show the full file path na... | Excel Discussion (Misc queries) |