Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What can be done with the title bar other than
activewindow.caption? I would like to loose "Microsoft Excel" and possibly change the icon, so that a workbook can be identified easily when it is minimized on the task bar. TIA Mike |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.Caption = "something" will get rid of the Microsoft Excel
text in the title bar. -- Ray at work Microsoft ASP/ASP.NET MVP "Mike Archer" wrote in message ... What can be done with the title bar other than activewindow.caption? I would like to loose "Microsoft Excel" and possibly change the icon, so that a workbook can be identified easily when it is minimized on the task bar. TIA Mike |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Terrific!
-----Original Message----- Application.Caption = "something" will get rid of the Microsoft Excel text in the title bar. -- Ray at work Microsoft ASP/ASP.NET MVP "Mike Archer" wrote in message ... What can be done with the title bar other than activewindow.caption? I would like to loose "Microsoft Excel" and possibly change the icon, so that a workbook can be identified easily when it is minimized on the task bar. TIA Mike . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Mike,
What can be done with the title bar other than activewindow.caption? I would like to loose "Microsoft Excel" -- Try: Application.Caption = "" and possibly change the icon, so that a workbook can be identified easily when it is minimized on the task See: http://tinyurl.com/6y4x6 --- Regards, Norman "Mike Archer" wrote in message ... What can be done with the title bar other than activewindow.caption? I would like to loose "Microsoft Excel" and possibly change the icon, so that a workbook can be identified easily when it is minimized on the task bar. TIA Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to hide a chart title, but keep the title in the chart | Charts and Charting in Excel | |||
The title bar | Excel Discussion (Misc queries) | |||
Named range=Column title,comumn title in cellB6 use B6in equation | Excel Discussion (Misc queries) | |||
Show full path title in title bar? | New Users to Excel | |||
Pasting Objects into Chart title and Axis title | Charts and Charting in Excel |