F Frank Krogh Mar 5, 2004 #1 How do I rename the excel application window label "Microsoft Excel - <current workbook name>" ? FK
P Peo Sjoblom Mar 5, 2004 #3 To add to what Frank said you might want to put that line in a workbook open macro Private Sub Workbook_Open() Application.Caption = "TzarDregevj" End Sub
To add to what Frank said you might want to put that line in a workbook open macro Private Sub Workbook_Open() Application.Caption = "TzarDregevj" End Sub