Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Gerry_gas
 
Posts: n/a
Default On the Task Bar, can I display the workbook title when minimized .

Can I change what is displayed on the task bar from "Microsoft Excel...." to
the workbook file name?
  #2   Report Post  
 
Posts: n/a
Default

hi,
what are you calling the task bar?

-----Original Message-----
Can I change what is displayed on the task bar

from "Microsoft Excel...." to
the workbook file name?
.

  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

Gerry

Can use macro for changing the Title Bar.

Note: does not stick between sessions so must be re-done when Excel opens the
workbook.

Private Sub Workbook_Open()
Application.Caption = " "
ActiveWindow.Caption = ActiveWorkbook.Name
End Sub

Right-click on the Excel logo at top left of Menubar and select "View Code".

Paste in there.

Save the workbook.

I would suggest you place this code in your Personal.xls so's it changes the
setting each time Excel is opened.

There are a few other settings for the Title Bar if you are interested.

Don't ask me how to get rid of the Excel Logo.


Gord Dibben Excel MVP

On Thu, 17 Feb 2005 07:21:13 -0800, Gerry_gas
wrote:

Can I change what is displayed on the task bar from "Microsoft Excel...." to
the workbook file name?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unprotect Workbook Kent Excel Discussion (Misc queries) 1 February 4th 05 01:07 AM
make hidden window or workbook visible without specify the name mango Excel Worksheet Functions 1 December 30th 04 03:05 PM
Cannot display Workbook Kit Lau Excel Discussion (Misc queries) 4 December 30th 04 02:05 PM
Stubborn toolbars in Excel 007 Excel Discussion (Misc queries) 9 December 11th 04 02:02 PM
What means [Group] in the title bar of a workbook Gabriel Martin Excel Discussion (Misc queries) 4 December 8th 04 10:35 AM


All times are GMT +1. The time now is 09:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"