![]() |
Toolbars
I've created my own toolbar. what VBA code would I write to select/delete
that specific toolbar? |
hi,
Add a custom tool bar: Application.CommandBars.Add(Name:="CTB").Visible = True Delete a custom tool bat: Application.CommandBars("CTB").Delete Hide a custom tool bar: Application.CommandBars("CTB").Visible = False Show a custom tool bar: Application.CommandBars("CTB").Visible = True regards FSt1 "dstiefe" wrote: I've created my own toolbar. what VBA code would I write to select/delete that specific toolbar? |
thank you
"FSt1" wrote: hi, Add a custom tool bar: Application.CommandBars.Add(Name:="CTB").Visible = True Delete a custom tool bat: Application.CommandBars("CTB").Delete Hide a custom tool bar: Application.CommandBars("CTB").Visible = False Show a custom tool bar: Application.CommandBars("CTB").Visible = True regards FSt1 "dstiefe" wrote: I've created my own toolbar. what VBA code would I write to select/delete that specific toolbar? |
All times are GMT +1. The time now is 07:06 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com