#1   Report Post  
dstiefe
 
Posts: n/a
Default Toolbars

I've created my own toolbar. what VBA code would I write to select/delete
that specific toolbar?
  #2   Report Post  
FSt1
 
Posts: n/a
Default

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?

  #3   Report Post  
dstiefe
 
Posts: n/a
Default

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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to reset Excel 2000 toolbars to "factory defaults"? [email protected] Excel Discussion (Misc queries) 3 March 28th 05 10:39 PM
Customizing ToolBars MIKE MEDLIN Excel Discussion (Misc queries) 0 January 13th 05 12:11 AM
Excel 2002 custom toolbars fick Excel Discussion (Misc queries) 4 December 13th 04 09:51 PM
Stubborn toolbars in Excel 007 Excel Discussion (Misc queries) 9 December 11th 04 02:02 PM
Cant add an icon to toolbars Rasoul Khoshravan Azar Excel Discussion (Misc queries) 1 November 28th 04 08:19 PM


All times are GMT +1. The time now is 10:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"