Toolbars in Access 2000

  • Thread starter Thread starter Del
  • Start date Start date
D

Del

Where can I look with code to determine if my built-in toolbars are visible?
 
Del said:
Where can I look with code to determine if my built-in toolbars are
visible?

If Commandbars("Menu Bar").Visible Then
MsgBox "Main menu is visible"
End If
 

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

Back
Top