Menu bar remains hidden

  • Thread starter Thread starter sJ
  • Start date Start date
S

sJ

I hide the menubar and toolbars on startup and restore them on close.
However, when I open access, the toolbars are restored, but the menu bar
remains hidden to the users. Is there a workaround to this?
 
sJ said:
I hide the menubar and toolbars on startup and restore them on close.
However, when I open access, the toolbars are restored, but the menu bar
remains hidden to the users. Is there a workaround to this?
 
I set a reference to the Microsoft office library and added the line
Commandbars("Menu Bar").reset
and Commandbars("Menu Bar").enabled=true
and that resolved the issue
 
Back
Top