Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have added a Class to my personal.xls which shows the full path of
the workbook in the caption. It all works except when I open a new workbook. Is there something I am missing? Code below. TIA Option Explicit Public WithEvents App As Application Private Sub App_WindowActivate(ByVal wb As Workbook, ByVal Wn As Window) Wn.Caption = wb.FullName End Sub Greg |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Full path-name in title bar ? | Excel Discussion (Misc queries) | |||
Insert Full Path | Excel Worksheet Functions | |||
Full path possible to be seen? | New Users to Excel | |||
Full path in title bar | Excel Discussion (Misc queries) | |||
Syntax for using the full path to get a value | Excel Programming |