Menu Bar

D

DS

Hi my Menu Bar wont disappear. I have =1 in the properties box on the
form and itstill won't go away. Any suggestions. Thanks
DS
 
D

DS

Van said:
Application.CommandBars("Menu Bar").Enabled = False
This sounds great, but were do I stick it?
On the first form? I'm lost as to where I attach this code to.
Thanks
DS
 
V

Van T. Dinh

Do you have a Start-up Form?

If you do, use the Form_Open or Form_Load to run the code.
 
Top