+ Reply to Thread
Results 1 to 3 of 3

Pull Down Menu Bar

Hybrid View

  1. #1
    JB in Kansas
    Guest

    Pull Down Menu Bar

    My pull down menu bar has disappeared from my excel worksheets. Not sure
    what I did to make this happen and cannot find anything in help except for
    toolbars. Can some one please tell me how to get the pull downs turned back
    on>

  2. #2
    Dave Peterson
    Guest

    Re: Pull Down Menu Bar

    Hit alt-f11 to get to the VBE (where macros live)
    hit ctrl-g to get to the immediate window

    type this and hit enter:
    application.CommandBars("worksheet menu bar").Enabled = true



    JB in Kansas wrote:
    >
    > My pull down menu bar has disappeared from my excel worksheets. Not sure
    > what I did to make this happen and cannot find anything in help except for
    > toolbars. Can some one please tell me how to get the pull downs turned back
    > on>


    --

    Dave Peterson

  3. #3
    JB in Kansas
    Guest

    Re: Pull Down Menu Bar

    Dave,
    Thanks a lot it worked. In fact I have put it in my "Personal" VBA's so I
    will never have to ask again.

    Once again thanks.

    "Dave Peterson" wrote:

    > Hit alt-f11 to get to the VBE (where macros live)
    > hit ctrl-g to get to the immediate window
    >
    > type this and hit enter:
    > application.CommandBars("worksheet menu bar").Enabled = true
    >
    >
    >
    > JB in Kansas wrote:
    > >
    > > My pull down menu bar has disappeared from my excel worksheets. Not sure
    > > what I did to make this happen and cannot find anything in help except for
    > > toolbars. Can some one please tell me how to get the pull downs turned back
    > > on>

    >
    > --
    >
    > Dave Peterson
    >


+ 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