gdev
Technical User
- Mar 12, 2001
- 38
Hi,
I am creating a custom menu bar with several popup menus. Do I need to
specify that it is a menu bar? Or does it matter?
For example,
Dim cbr As Commandbar
cbrPopup as CommandBarPop
Dim strname As string
strname = "My menu"
Set cbr = Commandbars.Add(name:=strname, position:=msoBarTop)
cbr.type = msoBarTypeMenuBar
thanks
gwen
I am creating a custom menu bar with several popup menus. Do I need to
specify that it is a menu bar? Or does it matter?
For example,
Dim cbr As Commandbar
cbrPopup as CommandBarPop
Dim strname As string
strname = "My menu"
Set cbr = Commandbars.Add(name:=strname, position:=msoBarTop)
cbr.type = msoBarTypeMenuBar
thanks
gwen