Tool bars

  • Thread starter Thread starter Pastor Del
  • Start date Start date
P

Pastor Del

Is there a way to know if a user has certain tool bars enabled? I want to
control which tool bars are visible when my application is being used and
restore the user's settings when they close my application.
 
Pastor said:
Is there a way to know if a user has certain tool bars enabled? I want to
control which tool bars are visible when my application is being used and
restore the user's settings when they close my application.


Check VBA Help on the CommandBars collection.

Be aware that the ribbon changes things in A2007 and later.
 
Back
Top