+ Reply to Thread
Results 1 to 10 of 10

My excell tool/menu bar disappeared and I cant find it or get it

  1. #1
    Littkerl
    Guest

    My excell tool/menu bar disappeared and I cant find it or get it

    My excell tool bar / menu dissapeared and I can't get it back? any help?

  2. #2
    Ron de Bruin
    Guest

    Re: My excell tool/menu bar disappeared and I cant find it or get it

    Hi Littkerl

    Do you see other toolbars on your screen ?

    You can reset your menubar to default
    Right click on a toolbar and choose customize

    Under Toolbars select the worksheet menu bar
    and click on reset

    If not post back



    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "Littkerl" <[email protected]> wrote in message news:[email protected]...
    > My excell tool bar / menu dissapeared and I can't get it back? any help?




  3. #3
    Kent Finnell
    Guest

    Re: My excell tool/menu bar disappeared and I cant find it or get it

    "Littkerl" <[email protected]> wrote in message
    news:[email protected]...
    > My excell tool bar / menu dissapeared and I can't get it back? any help?


    Even the plain text menu bar [File Edit View Insert Format Tools Data Window
    Help]?

    That would be unusual, to say the least. If the menu bar is there, right
    click on it. A drop down menu SHOULD appear. Click on Standard. The
    Standard Bar should snap into place below the menu bar. Right click again
    on the menu bar. Click on Formatting and the Formatting Bar should appear.
    Be prudent, you can put enough bars up there to crowd the spreadsheet off
    the screen (grin).

    Finally go to the Tools menu on the menu bar, click and choose Options. On
    the View tab click on the items you want to show at startup, Startup Task
    Plane, Formula bar, Status bar, Windows in Taskbar. Choose other Window
    options per your desires. Click on OK.


    --
    Kent Finnell
    From the Music City USA



  4. #4
    Blur
    Guest

    Re: My excell tool/menu bar disappeared and I cant find it or get



    "Ron de Bruin" wrote:

    > Hi Littkerl
    >
    > Do you see other toolbars on your screen ?
    >
    > You can reset your menubar to default
    > Right click on a toolbar and choose customize
    >
    > Under Toolbars select the worksheet menu bar
    > and click on reset
    >
    > If not post back
    >
    >
    >
    > --
    > Regards Ron de Bruin
    > http://www.rondebruin.nl
    >

    Hi Ron:

    My Toolbar also disappeared. Only the formula bar is there. All the other
    keys (like ALT F, ALT T.. etc do not work)

    I followed your instructions above and it doesn't work bringing the tool bar
    back either.

    Can you help?

    Cheers

    soi

  5. #5
    Dave Peterson
    Guest

    Re: My excell tool/menu bar disappeared and I cant find it or get

    Try this:

    open excel
    hit alt-f11 (to get to the vbe)
    hit ctrl-g (to see the immediate window)
    type this and hit enter:
    application.commandbars("worksheet menu bar").Enabled = true

    Now back to excel and try
    tools|customize|toolbars tab

    You can select the standard, formatting (and more) toolbars and click reset.



    Blur wrote:
    >
    > "Ron de Bruin" wrote:
    >
    > > Hi Littkerl
    > >
    > > Do you see other toolbars on your screen ?
    > >
    > > You can reset your menubar to default
    > > Right click on a toolbar and choose customize
    > >
    > > Under Toolbars select the worksheet menu bar
    > > and click on reset
    > >
    > > If not post back
    > >
    > >
    > >
    > > --
    > > Regards Ron de Bruin
    > > http://www.rondebruin.nl
    > >

    > Hi Ron:
    >
    > My Toolbar also disappeared. Only the formula bar is there. All the other
    > keys (like ALT F, ALT T.. etc do not work)
    >
    > I followed your instructions above and it doesn't work bringing the tool bar
    > back either.
    >
    > Can you help?
    >
    > Cheers
    >
    > soi


    --

    Dave Peterson

  6. #6
    Blur
    Guest

    Re: My excell tool/menu bar disappeared and I cant find it or get

    Thanks Dave:

    I followed your instructions and got following message:

    Compile Error:

    Expected: expression

    and two buttons: OK and HELP

    "Dave Peterson" wrote:

    > Try this:
    >
    > open excel
    > hit alt-f11 (to get to the vbe)
    > hit ctrl-g (to see the immediate window)
    > type this and hit enter:
    > application.commandbars("worksheet menu bar").Enabled = true
    >
    > Now back to excel and try
    > tools|customize|toolbars tab
    >
    > You can select the standard, formatting (and more) toolbars and click reset.
    >
    >
    >
    > Blur wrote:
    > >
    > > "Ron de Bruin" wrote:
    > >
    > > > Hi Littkerl
    > > >
    > > > Do you see other toolbars on your screen ?
    > > >
    > > > You can reset your menubar to default
    > > > Right click on a toolbar and choose customize
    > > >
    > > > Under Toolbars select the worksheet menu bar
    > > > and click on reset
    > > >
    > > > If not post back
    > > >
    > > >
    > > >
    > > > --
    > > > Regards Ron de Bruin
    > > > http://www.rondebruin.nl
    > > >

    > > Hi Ron:
    > >
    > > My Toolbar also disappeared. Only the formula bar is there. All the other
    > > keys (like ALT F, ALT T.. etc do not work)
    > >
    > > I followed your instructions above and it doesn't work bringing the tool bar
    > > back either.
    > >
    > > Can you help?
    > >
    > > Cheers
    > >
    > > soi

    >
    > --
    >
    > Dave Peterson
    >


  7. #7
    Dave Peterson
    Guest

    Re: My excell tool/menu bar disappeared and I cant find it or get

    What point did you get that message?

    And what did you type into the immediate window?



    Blur wrote:
    >
    > Thanks Dave:
    >
    > I followed your instructions and got following message:
    >
    > Compile Error:
    >
    > Expected: expression
    >
    > and two buttons: OK and HELP
    >
    > "Dave Peterson" wrote:
    >
    > > Try this:
    > >
    > > open excel
    > > hit alt-f11 (to get to the vbe)
    > > hit ctrl-g (to see the immediate window)
    > > type this and hit enter:
    > > application.commandbars("worksheet menu bar").Enabled = true
    > >
    > > Now back to excel and try
    > > tools|customize|toolbars tab
    > >
    > > You can select the standard, formatting (and more) toolbars and click reset.
    > >
    > >
    > >
    > > Blur wrote:
    > > >
    > > > "Ron de Bruin" wrote:
    > > >
    > > > > Hi Littkerl
    > > > >
    > > > > Do you see other toolbars on your screen ?
    > > > >
    > > > > You can reset your menubar to default
    > > > > Right click on a toolbar and choose customize
    > > > >
    > > > > Under Toolbars select the worksheet menu bar
    > > > > and click on reset
    > > > >
    > > > > If not post back
    > > > >
    > > > >
    > > > >
    > > > > --
    > > > > Regards Ron de Bruin
    > > > > http://www.rondebruin.nl
    > > > >
    > > > Hi Ron:
    > > >
    > > > My Toolbar also disappeared. Only the formula bar is there. All the other
    > > > keys (like ALT F, ALT T.. etc do not work)
    > > >
    > > > I followed your instructions above and it doesn't work bringing the tool bar
    > > > back either.
    > > >
    > > > Can you help?
    > > >
    > > > Cheers
    > > >
    > > > soi

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

  8. #8
    Blur
    Guest

    Re: My excell tool/menu bar disappeared and I cant find it or get

    Thanks Dave:

    I got the message when i hit ENTER after typing in the entire syntax u have
    provided.

    I thought i typed wrongly, so i did a COPY and PASTE, hit ENTER and still
    get the same message.

    "Dave Peterson" wrote:

    > What point did you get that message?
    >
    > And what did you type into the immediate window?
    >
    >
    >
    > Blur wrote:
    > >
    > > Thanks Dave:
    > >
    > > I followed your instructions and got following message:
    > >
    > > Compile Error:
    > >
    > > Expected: expression
    > >
    > > and two buttons: OK and HELP
    > >
    > > "Dave Peterson" wrote:
    > >
    > > > Try this:
    > > >
    > > > open excel
    > > > hit alt-f11 (to get to the vbe)
    > > > hit ctrl-g (to see the immediate window)
    > > > type this and hit enter:
    > > > application.commandbars("worksheet menu bar").Enabled = true
    > > >
    > > > Now back to excel and try
    > > > tools|customize|toolbars tab
    > > >
    > > > You can select the standard, formatting (and more) toolbars and click reset.
    > > >
    > > >
    > > >
    > > > Blur wrote:
    > > > >
    > > > > "Ron de Bruin" wrote:
    > > > >
    > > > > > Hi Littkerl
    > > > > >
    > > > > > Do you see other toolbars on your screen ?
    > > > > >
    > > > > > You can reset your menubar to default
    > > > > > Right click on a toolbar and choose customize
    > > > > >
    > > > > > Under Toolbars select the worksheet menu bar
    > > > > > and click on reset
    > > > > >
    > > > > > If not post back
    > > > > >
    > > > > >
    > > > > >
    > > > > > --
    > > > > > Regards Ron de Bruin
    > > > > > http://www.rondebruin.nl
    > > > > >
    > > > > Hi Ron:
    > > > >
    > > > > My Toolbar also disappeared. Only the formula bar is there. All the other
    > > > > keys (like ALT F, ALT T.. etc do not work)
    > > > >
    > > > > I followed your instructions above and it doesn't work bringing the tool bar
    > > > > back either.
    > > > >
    > > > > Can you help?
    > > > >
    > > > > Cheers
    > > > >
    > > > > soi
    > > >
    > > > --
    > > >
    > > > Dave Peterson
    > > >

    >
    > --
    >
    > Dave Peterson
    >


  9. #9
    Dave Peterson
    Guest

    Re: My excell tool/menu bar disappeared and I cant find it or get

    It worked fine for me (multiple times).

    I used this:

    application.commandbars("worksheet menu bar").Enabled = true

    and it worked lots of times.

    =====
    Another option is to kill all the toolbars and start over.

    Close excel
    windows start button|search|
    look for *.xlb
    (remember to look in hidden folders, too!)

    If you want, rename all you find to *.xlbOLD (just in case).

    Then restart excel.

    If it worked ok, delete those *.xlbOLD files.

    If it didn't work ok, close excel and rename them back to *.xlb (no harm, no
    foul).



    Blur wrote:
    >
    > Thanks Dave:
    >
    > I got the message when i hit ENTER after typing in the entire syntax u have
    > provided.
    >
    > I thought i typed wrongly, so i did a COPY and PASTE, hit ENTER and still
    > get the same message.
    >
    > "Dave Peterson" wrote:
    >
    > > What point did you get that message?
    > >
    > > And what did you type into the immediate window?
    > >
    > >
    > >
    > > Blur wrote:
    > > >
    > > > Thanks Dave:
    > > >
    > > > I followed your instructions and got following message:
    > > >
    > > > Compile Error:
    > > >
    > > > Expected: expression
    > > >
    > > > and two buttons: OK and HELP
    > > >
    > > > "Dave Peterson" wrote:
    > > >
    > > > > Try this:
    > > > >
    > > > > open excel
    > > > > hit alt-f11 (to get to the vbe)
    > > > > hit ctrl-g (to see the immediate window)
    > > > > type this and hit enter:
    > > > > application.commandbars("worksheet menu bar").Enabled = true
    > > > >
    > > > > Now back to excel and try
    > > > > tools|customize|toolbars tab
    > > > >
    > > > > You can select the standard, formatting (and more) toolbars and click reset.
    > > > >
    > > > >
    > > > >
    > > > > Blur wrote:
    > > > > >
    > > > > > "Ron de Bruin" wrote:
    > > > > >
    > > > > > > Hi Littkerl
    > > > > > >
    > > > > > > Do you see other toolbars on your screen ?
    > > > > > >
    > > > > > > You can reset your menubar to default
    > > > > > > Right click on a toolbar and choose customize
    > > > > > >
    > > > > > > Under Toolbars select the worksheet menu bar
    > > > > > > and click on reset
    > > > > > >
    > > > > > > If not post back
    > > > > > >
    > > > > > >
    > > > > > >
    > > > > > > --
    > > > > > > Regards Ron de Bruin
    > > > > > > http://www.rondebruin.nl
    > > > > > >
    > > > > > Hi Ron:
    > > > > >
    > > > > > My Toolbar also disappeared. Only the formula bar is there. All the other
    > > > > > keys (like ALT F, ALT T.. etc do not work)
    > > > > >
    > > > > > I followed your instructions above and it doesn't work bringing the tool bar
    > > > > > back either.
    > > > > >
    > > > > > Can you help?
    > > > > >
    > > > > > Cheers
    > > > > >
    > > > > > soi
    > > > >
    > > > > --
    > > > >
    > > > > Dave Peterson
    > > > >

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

  10. #10
    Blur
    Guest

    Re: My excell tool/menu bar disappeared and I cant find it or get

    Many many thanks...the second option worked!

    "Dave Peterson" wrote:

    > It worked fine for me (multiple times).
    >
    > I used this:
    >
    > application.commandbars("worksheet menu bar").Enabled = true
    >
    > and it worked lots of times.
    >
    > =====
    > Another option is to kill all the toolbars and start over.
    >
    > Close excel
    > windows start button|search|
    > look for *.xlb
    > (remember to look in hidden folders, too!)
    >
    > If you want, rename all you find to *.xlbOLD (just in case).
    >
    > Then restart excel.
    >
    > If it worked ok, delete those *.xlbOLD files.
    >
    > If it didn't work ok, close excel and rename them back to *.xlb (no harm, no
    > foul).
    >
    >
    >
    > Blur wrote:
    > >
    > > Thanks Dave:
    > >
    > > I got the message when i hit ENTER after typing in the entire syntax u have
    > > provided.
    > >
    > > I thought i typed wrongly, so i did a COPY and PASTE, hit ENTER and still
    > > get the same message.
    > >
    > > "Dave Peterson" wrote:
    > >
    > > > What point did you get that message?
    > > >
    > > > And what did you type into the immediate window?
    > > >
    > > >
    > > >
    > > > Blur wrote:
    > > > >
    > > > > Thanks Dave:
    > > > >
    > > > > I followed your instructions and got following message:
    > > > >
    > > > > Compile Error:
    > > > >
    > > > > Expected: expression
    > > > >
    > > > > and two buttons: OK and HELP
    > > > >
    > > > > "Dave Peterson" wrote:
    > > > >
    > > > > > Try this:
    > > > > >
    > > > > > open excel
    > > > > > hit alt-f11 (to get to the vbe)
    > > > > > hit ctrl-g (to see the immediate window)
    > > > > > type this and hit enter:
    > > > > > application.commandbars("worksheet menu bar").Enabled = true
    > > > > >
    > > > > > Now back to excel and try
    > > > > > tools|customize|toolbars tab
    > > > > >
    > > > > > You can select the standard, formatting (and more) toolbars and click reset.
    > > > > >
    > > > > >
    > > > > >
    > > > > > Blur wrote:
    > > > > > >
    > > > > > > "Ron de Bruin" wrote:
    > > > > > >
    > > > > > > > Hi Littkerl
    > > > > > > >
    > > > > > > > Do you see other toolbars on your screen ?
    > > > > > > >
    > > > > > > > You can reset your menubar to default
    > > > > > > > Right click on a toolbar and choose customize
    > > > > > > >
    > > > > > > > Under Toolbars select the worksheet menu bar
    > > > > > > > and click on reset
    > > > > > > >
    > > > > > > > If not post back
    > > > > > > >
    > > > > > > >
    > > > > > > >
    > > > > > > > --
    > > > > > > > Regards Ron de Bruin
    > > > > > > > http://www.rondebruin.nl
    > > > > > > >
    > > > > > > Hi Ron:
    > > > > > >
    > > > > > > My Toolbar also disappeared. Only the formula bar is there. All the other
    > > > > > > keys (like ALT F, ALT T.. etc do not work)
    > > > > > >
    > > > > > > I followed your instructions above and it doesn't work bringing the tool bar
    > > > > > > back either.
    > > > > > >
    > > > > > > Can you help?
    > > > > > >
    > > > > > > Cheers
    > > > > > >
    > > > > > > soi
    > > > > >
    > > > > > --
    > > > > >
    > > > > > Dave Peterson
    > > > > >
    > > >
    > > > --
    > > >
    > > > Dave Peterson
    > > >

    >
    > --
    >
    > 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