close

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

Right-click the Menu bargt;Customizegt;Commands-tabgt;Webgt;Address ...drag
this to the Menu bar.

HTH SigeHumberto wrote:
gt; How can I show the name of the spreadsheet -after Microsoft Excel- ( on top
gt; of the Main Menu Bar).
gt; Thanks a lot in advance.
gt; HumbertoOption Explicit

Public WithEvents App As Application

Private Sub App_WindowActivate(ByVal Wb As Workbook, ByVal Wn As Window)
App.Caption = quot;Microsoft Excel - quot; amp; 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)

quot;Humbertoquot; gt; wrote in message
...
gt; How can I show the name of the spreadsheet -after Microsoft Excel- ( on
top
gt; of the Main Menu Bar).
gt; Thanks a lot in advance.
gt; Humberto

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()