ToolBar display and hide

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I have a custom toolbar that I built and need to use Access Basic to check if it is visible or not. Any Ideas?
 
Try

If Application.CommandBars("CustomBarName").Visible Then

You will need toput in your own custom bar name.

Hope This Helps
Gerald Stanley Mcsd
-----Original Message-----
Hi;
I have a custom toolbar that I built and need to use
Access Basic to check if it is visible or not. Any Ideas?
 
Back
Top