ToolBar display and hide

J

Jody Burgess

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?
 
G

Gerald Stanley

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?
 
Top