Menubar

  • Thread starter Thread starter john bruen
  • Start date Start date
J

john bruen

How do I get rid of the "Type a question for help" and the
min/max button on the built in Menubar? I tried creating a
custom Menubar with a macro and it's still there.
 
In VBA, use:

Application.CommandBars.DisableAskAQuestionDropdown = True

HTH
Van T. Dinh
MVP (Access)
 
Van

Thanks that worked. Is there anyway to get rid of the
MIN/MAX button next to it? I'm able to hide it on the
form, but I can get rid of the application MIN/MAX.

Thanks for the help in advance
John
 
I don't think you can do remove the Restore button of the Access application
window since it is part of the Windows OS interface. The only possibility
is to use Win API but I am not sure how.
 
Back
Top