PC Review


Reply
Thread Tools Rate Thread

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

 
 
=?Utf-8?B?SHVtYmVydG8=?=
Guest
Posts: n/a
 
      2nd May 2006
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
 
Reply With Quote
 
 
 
 
SIGE_GOEVAERTS@HOTMAIL.COM
Guest
Posts: n/a
 
      2nd May 2006
Right-click the Menu bar>Customize>Commands-tab>Web>Address ...drag
this to the Menu bar.

HTH Sige


Humberto wrote:
> 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


 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      2nd May 2006
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



--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"Humberto" <(E-Mail Removed)> wrote in message
news:3D176F4D-017D-43D7-B99C-(E-Mail Removed)...
> 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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open Subform on main menu to show specific date =?Utf-8?B?V2FpdHN1?= Microsoft Access Forms 3 3rd Nov 2007 10:26 PM
Main menu doesn't show Shimon Sim Windows XP Internet Explorer 7 22nd Apr 2005 12:38 PM
Turning off the Main Menu Toolbar (File | Edit | Etc...) Ben Meiry Microsoft Outlook Discussion 1 19th Apr 2004 09:17 PM
How do you get the main menu to show only selective users? =?Utf-8?B?VHVyaQ==?= Windows XP Networking 0 14th Mar 2004 02:01 AM
How to call *.pdf file from main menu? Chrysan Microsoft Dot NET Framework 3 28th Nov 2003 01:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:16 PM.