View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default ToolBar Question

You can create one toolbar with many control buttons, or many toolbars, each
with many buttons.

--
__________________________________
HTH

Bob

"Fan924" wrote in message
...
If I create say 3 different toolbars, does this appear the same on all
3?

Option Explicit
Public Const ToolBarName As String = "MyToolbarName"


Or does each toolbar have a unique name?
"MyToolbarName"
"MyToolbarName2"
"MyToolbarName3"