+ Reply to Thread
Results 1 to 4 of 4

add text into right-side of menu bar

  1. #1
    Registered User
    Join Date
    01-20-2006
    Posts
    68

    add text into right-side of menu bar

    Hi,

    The left side of menu bar is "File....."
    How can I add text into right side of menu bar?

  2. #2
    Bob Phillips
    Guest

    Re: add text into right-side of menu bar

    Do you mean add your own sub-menu, or just some text at the end?

    --
    HTH

    Bob Phillips

    (remove xxx from email address if mailing direct)

    "gabch" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi,
    >
    > The left side of menu bar is "File....."
    > How can I add text into right side of menu bar?
    >
    >
    > --
    > gabch
    > ------------------------------------------------------------------------
    > gabch's Profile:

    http://www.excelforum.com/member.php...o&userid=30662
    > View this thread: http://www.excelforum.com/showthread...hreadid=544189
    >




  3. #3
    Cecco (ITA)
    Guest

    RE: add text into right-side of menu bar

    Try with this:

    Dim custMenu As CommandBarControl

    Set custMenu =
    Application.CommandBars(1).Controls.Add(Type:=msoControlPopup)

    custMenu.Caption = "&New Menu Files"

    Please Note that index 1 normally is the "Worksheet Menu Bar"

    Bye Bye

    Cecco

    "gabch" wrote:

    >
    > Hi,
    >
    > The left side of menu bar is "File....."
    > How can I add text into right side of menu bar?
    >
    >
    > --
    > gabch
    > ------------------------------------------------------------------------
    > gabch's Profile: http://www.excelforum.com/member.php...o&userid=30662
    > View this thread: http://www.excelforum.com/showthread...hreadid=544189
    >
    >


  4. #4
    Registered User
    Join Date
    01-20-2006
    Posts
    68

    need min button

    Add text need the min button at menu bar.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1