Menu Bars

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On menu bars, how can you get rid of the "type a question for help" box
 
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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top