Toolbars in Access 2000

  • Thread starter Thread starter Del
  • Start date Start date
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
 
Back
Top