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 / New Users / May 2006

Tip: Looking for answers? Try searching our database.

How can I show the name of the file on top of the Main Menu Bar

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Humberto - 02 May 2006 15:25 GMT
How can I show the name of the spreadsheet -after Microsoft Excel- ( on top
of the Main Menu Bar).
Thanks a lot in advance.
Humberto
SIGE_GOEVAERTS@HOTMAIL.COM - 02 May 2006 15:31 GMT
Right-click the Menu bar>Customize>Commands-tab>Web>Address ...drag
this to the Menu bar.

HTH Sige

> How can I show the name of the spreadsheet -after Microsoft Excel- ( on top
> of the Main Menu Bar).
> Thanks a lot in advance.
> Humberto
Bob Phillips - 02 May 2006 15:34 GMT
Option Explicit

Public WithEvents App As Application

Private Sub App_WindowActivate(ByVal Wb As Workbook, ByVal Wn As Window)
  App.Caption = "Microsoft Excel - " & Wb.FullName
End Sub

Private Sub Workbook_Open()
  Set App = Application
End Sub

'This is workbook event code.
'To input this code, right click on the Excel icon on the worksheet
'(or next to the File menu if you maximise your workbooks),
'select View Code from the menu, and paste the code

Signature

HTH

Bob Phillips

(remove xxx from email address if mailing direct)

> How can I show the name of the spreadsheet -after Microsoft Excel- ( on top
> of the Main Menu Bar).
> Thanks a lot in advance.
> Humberto
 
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.