Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can get rid of the Microsoft Excel part completely and just show the
filename. Private Sub Workbook_Open() Application.Caption = " " End Sub Private Sub Workbook_BeforeClose(Cancel As Boolean) Application.Caption = "" End Sub Right-click on the Excel logo left of "File" on menu and select "View Code" Paste the above into that module. Gord Dibben MS Excel MVP On Wed, 20 Dec 2006 07:51:01 -0800, J Mowad wrote: At the very top, left-hand corner of the Excel screen there is displayed the "Excel Logo" then "Microsoft Excel" then the "File Name". How do you eliminate "Microsoft Excel" from the display? Gord Dibben MS Excel MVP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I display custom file properties in a cell | Excel Discussion (Misc queries) | |||
need to export row as csv file with column e plus .bom as file name | Excel Discussion (Misc queries) | |||
importing a particular excel worksheet into another excel file | Excel Worksheet Functions | |||
Display name of imported data file | Excel Worksheet Functions | |||
Can I write an excel formula to display the file save date? | Excel Worksheet Functions |