+ Reply to Thread
Results 1 to 6 of 6

Excel worksheet Menu Toolbar

  1. #1
    Mikey
    Guest

    Excel worksheet Menu Toolbar

    I lost my Menu Toolbar and can't find it. The Standard & Formatting
    toolbars with icons are still at top of worksheet. I can use the Alt = F, E
    etc to get some items to open but need the Menu items back. It is "checked"
    in the toolbars listing but it does nothing to "uncheck" it either.
    Suggestions please.
    --
    Mickey

  2. #2
    Ardus Petus
    Guest

    Re: Excel worksheet Menu Toolbar

    In VBE immediate window (Alt-F11 then Ctrl-g), type:
    commandbars("worksheet menu bar").Reset

    That should help

    --
    AP

    "Mikey" <[email protected]> a écrit dans le message de news:
    [email protected]...
    >I lost my Menu Toolbar and can't find it. The Standard & Formatting
    > toolbars with icons are still at top of worksheet. I can use the Alt = F,
    > E
    > etc to get some items to open but need the Menu items back. It is
    > "checked"
    > in the toolbars listing but it does nothing to "uncheck" it either.
    > Suggestions please.
    > --
    > Mickey




  3. #3
    Mikey
    Guest

    Re: Excel worksheet Menu Toolbar

    No help. I can access the Tools Customize function by right clicking on the
    blank menu bar at top. It has all the various toolbars listed and the
    Worksheet Menu bar IS checked but doesn't show up above the Icon buttons.
    Other suggestions? I can't function without it.
    --
    Mickey


    "Ardus Petus" wrote:

    > In VBE immediate window (Alt-F11 then Ctrl-g), type:
    > commandbars("worksheet menu bar").Reset
    >
    > That should help
    >
    > --
    > AP
    >
    > "Mikey" <[email protected]> a écrit dans le message de news:
    > [email protected]...
    > >I lost my Menu Toolbar and can't find it. The Standard & Formatting
    > > toolbars with icons are still at top of worksheet. I can use the Alt = F,
    > > E
    > > etc to get some items to open but need the Menu items back. It is
    > > "checked"
    > > in the toolbars listing but it does nothing to "uncheck" it either.
    > > Suggestions please.
    > > --
    > > Mickey

    >
    >
    >


  4. #4
    Ardus Petus
    Guest

    Re: Excel worksheet Menu Toolbar

    Maybe your menu bar is located outside the screen.
    In Immediate window, try:

    set cb = commandbars("worksheet menu bar")
    cb.top=0
    cb.left=0

    HTH
    --
    AP

    "Mikey" <[email protected]> a écrit dans le message de news:
    [email protected]...
    > No help. I can access the Tools Customize function by right clicking on
    > the
    > blank menu bar at top. It has all the various toolbars listed and the
    > Worksheet Menu bar IS checked but doesn't show up above the Icon buttons.
    > Other suggestions? I can't function without it.
    > --
    > Mickey
    >
    >
    > "Ardus Petus" wrote:
    >
    >> In VBE immediate window (Alt-F11 then Ctrl-g), type:
    >> commandbars("worksheet menu bar").Reset
    >>
    >> That should help
    >>
    >> --
    >> AP
    >>
    >> "Mikey" <[email protected]> a écrit dans le message de
    >> news:
    >> [email protected]...
    >> >I lost my Menu Toolbar and can't find it. The Standard & Formatting
    >> > toolbars with icons are still at top of worksheet. I can use the Alt =
    >> > F,
    >> > E
    >> > etc to get some items to open but need the Menu items back. It is
    >> > "checked"
    >> > in the toolbars listing but it does nothing to "uncheck" it either.
    >> > Suggestions please.
    >> > --
    >> > Mickey

    >>
    >>
    >>




  5. #5
    Mikey
    Guest

    Re: Excel worksheet Menu Toolbar

    That did it! Thanks a bunch. How did it happen though? And the one that
    was displayed wasn't modified with the additional items I added to it such as
    "page setup" and the "freeze panes" icon. I looked for *.xlb files which
    some help site said contained the modified toolbar configuration but didn't
    find anything. Other comments welcomed.
    --
    Mickey


    "Ardus Petus" wrote:

    > Maybe your menu bar is located outside the screen.
    > In Immediate window, try:
    >
    > set cb = commandbars("worksheet menu bar")
    > cb.top=0
    > cb.left=0
    >
    > HTH
    > --
    > AP
    >
    > "Mikey" <[email protected]> a écrit dans le message de news:
    > [email protected]...
    > > No help. I can access the Tools Customize function by right clicking on
    > > the
    > > blank menu bar at top. It has all the various toolbars listed and the
    > > Worksheet Menu bar IS checked but doesn't show up above the Icon buttons.
    > > Other suggestions? I can't function without it.
    > > --
    > > Mickey
    > >
    > >
    > > "Ardus Petus" wrote:
    > >
    > >> In VBE immediate window (Alt-F11 then Ctrl-g), type:
    > >> commandbars("worksheet menu bar").Reset
    > >>
    > >> That should help
    > >>
    > >> --
    > >> AP
    > >>
    > >> "Mikey" <[email protected]> a écrit dans le message de
    > >> news:
    > >> [email protected]...
    > >> >I lost my Menu Toolbar and can't find it. The Standard & Formatting
    > >> > toolbars with icons are still at top of worksheet. I can use the Alt =
    > >> > F,
    > >> > E
    > >> > etc to get some items to open but need the Menu items back. It is
    > >> > "checked"
    > >> > in the toolbars listing but it does nothing to "uncheck" it either.
    > >> > Suggestions please.
    > >> > --
    > >> > Mickey
    > >>
    > >>
    > >>

    >
    >
    >


  6. #6
    Ardus Petus
    Guest

    Re: Excel worksheet Menu Toolbar

    Glad I could help!

    Cheers,
    --
    AP

    "Mikey" <[email protected]> a écrit dans le message de news:
    [email protected]...
    > That did it! Thanks a bunch. How did it happen though? And the one that
    > was displayed wasn't modified with the additional items I added to it such
    > as
    > "page setup" and the "freeze panes" icon. I looked for *.xlb files which
    > some help site said contained the modified toolbar configuration but
    > didn't
    > find anything. Other comments welcomed.
    > --
    > Mickey
    >
    >
    > "Ardus Petus" wrote:
    >
    >> Maybe your menu bar is located outside the screen.
    >> In Immediate window, try:
    >>
    >> set cb = commandbars("worksheet menu bar")
    >> cb.top=0
    >> cb.left=0
    >>
    >> HTH
    >> --
    >> AP
    >>
    >> "Mikey" <[email protected]> a écrit dans le message de
    >> news:
    >> [email protected]...
    >> > No help. I can access the Tools Customize function by right clicking
    >> > on
    >> > the
    >> > blank menu bar at top. It has all the various toolbars listed and the
    >> > Worksheet Menu bar IS checked but doesn't show up above the Icon
    >> > buttons.
    >> > Other suggestions? I can't function without it.
    >> > --
    >> > Mickey
    >> >
    >> >
    >> > "Ardus Petus" wrote:
    >> >
    >> >> In VBE immediate window (Alt-F11 then Ctrl-g), type:
    >> >> commandbars("worksheet menu bar").Reset
    >> >>
    >> >> That should help
    >> >>
    >> >> --
    >> >> AP
    >> >>
    >> >> "Mikey" <[email protected]> a écrit dans le message de
    >> >> news:
    >> >> [email protected]...
    >> >> >I lost my Menu Toolbar and can't find it. The Standard & Formatting
    >> >> > toolbars with icons are still at top of worksheet. I can use the
    >> >> > Alt =
    >> >> > F,
    >> >> > E
    >> >> > etc to get some items to open but need the Menu items back. It is
    >> >> > "checked"
    >> >> > in the toolbars listing but it does nothing to "uncheck" it either.
    >> >> > Suggestions please.
    >> >> > --
    >> >> > Mickey
    >> >>
    >> >>
    >> >>

    >>
    >>
    >>




+ 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