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?

Daily posts of Excel tips…and other stuff
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?

See this link:
http://groups-beta.google.com/group/microsoft.public.officedev/browse_thread/thread/575b30878528c741/c0e2c9da86ee9354?q=Office+remove+%22type+a+question+for+help%22&_done=%2Fgroups%3Fsourceid%3Dnavclient%26ie%3DUTF-8%26q%3DOffice+remove+%22type+a+question+for+help%22%26&_doneTitle=Back+to+Search&&d#c0e2c9da86ee9354
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
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.