Microsoft Access 2003 menu bar is missing under toolbar customize

Posted by tintincute on Super User See other posts from Super User or by tintincute
Published on 2009-10-08T08:31:46Z Indexed on 2010/04/20 3:03 UTC
Read the original article Hit count: 539

Filed under:
|

Last time I was trying to hide the menu bars in my existing database.

I added code in my module which I found on the internet. But now when I start Access I can't find the menu bars where I can usually see the File, Edit etc.

I tried to restore the default, the menu bar can't be found under the customize toolbar. Any idea what happened? This is added from the website:

Dim i
For i = 1 To CommandBars.Count
CommandBars(i).Enabled = False
Next i

I tried it but it didn't solve the problem. confused:(

© Super User or respective owner

Related posts about menubar

Related posts about microsoft-access