Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My app is (unfortunately (for cell reference reasons)) named the A10
Checklist. I've created a menu bar for it which loads fine etc., unless I try to call the tool/command bar A10 Checklist. if I take out the 10 it works fine. i.e.. Dim objA10Bar As CommandBar Set objA10Bar = CommandBars.Add(Name:="A10 Checklist", Position:=msoBarFloating, Temporary:=True) the above does not work, whereas Dim objA10Bar As CommandBar Set objA10Bar = CommandBars.Add(Name:="A Checklist", Position:=msoBarFloating, Temporary:=True) works fine. How can I add a number into the toolbar name? Thanks Matt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Command to count number of worksheets in a workbook? | Excel Worksheet Functions | |||
IF command, limit to number of entries? | Excel Worksheet Functions | |||
formatting text/number in a command | Excel Programming | |||
formatting text/number in a command | Excel Programming | |||
command to return the row number or cell number in excel? | Excel Programming |