S Stuart McCall Jan 14, 2008 #2 Del said: Where can I look with code to determine if my built-in toolbars are visible? Click to expand... If Commandbars("Menu Bar").Visible Then MsgBox "Main menu is visible" End If
Del said: Where can I look with code to determine if my built-in toolbars are visible? Click to expand... If Commandbars("Menu Bar").Visible Then MsgBox "Main menu is visible" End If