Menu Bars

  • Thread starter Thread starter Guest
  • Start date Start date
1. Make sure you can see your menu bar on screen.

2. Right-click on it and go to Customize.

3. Right-click directly on the "Type a question for help" box.

4. A box will pop up saying "Show Ask a Question Box" with a check mark.

5. Uncheck that box and then close the customize editor.

Your menu bar should now not show that question box when displayed.


Alternatively you can use VBA like so:

Application.CommandBars.DisableAskAQuestionDropdown = True

--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conradsystems/accessjunkie.html
http://www.access.qbuilt.com/html/articles.html

in message:
 
Many Thanks Jeff

Jeff Conrad said:
1. Make sure you can see your menu bar on screen.

2. Right-click on it and go to Customize.

3. Right-click directly on the "Type a question for help" box.

4. A box will pop up saying "Show Ask a Question Box" with a check mark.

5. Uncheck that box and then close the customize editor.

Your menu bar should now not show that question box when displayed.


Alternatively you can use VBA like so:

Application.CommandBars.DisableAskAQuestionDropdown = True

--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conradsystems/accessjunkie.html
http://www.access.qbuilt.com/html/articles.html

in message:
 
Back
Top