Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Setup / February 2005

Tip: Looking for answers? Try searching our database.

On the Task Bar, can I display the workbook title when minimized .

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gerry_gas - 17 Feb 2005 15:21 GMT
Can I change what is displayed on the task bar from "Microsoft Excel...." to
the workbook file name?
anonymous@discussions.microsoft.com - 17 Feb 2005 20:24 GMT
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?
>.
Gord Dibben - 17 Feb 2005 22:03 GMT
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

>Can I change what is displayed on the task bar from "Microsoft Excel...." to
>the workbook file name?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.