Help Combobox

I couldn’t find an answer to this quetion. Maybe someone here knows.

How do you get rid of the help combobox in the toolbar area in versions 2002 and above?

HelpBox1

3 Comments

  1. Ron de Bruin says:

    Hi Dick

    I have it on this page
    http://www.rondebruin.com/menuid.htm

    If you want to remove “Type a question for Help” on the Worksheet Menu Bar then you can use this line.

    ‘True = hidden False = visible
    Application.CommandBars.DisableAskAQuestionDropdown = True

  2. Elaine says:

    1. Right-click on toolbar (to customize)

    2. Right-click on “Help Box” — should bring up a check box next to “Show Ask a Question Box”.

    3. Uncheck box.

    Provided for the non-programmers out there. :-D

Leave a Reply