Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could someone please point me to sample code that generates a toolbar that
will work in both 2000 and 2007? Until 2007 the following code worked well: With Application.CommandBars With .Add(mcstrToolbarName, , False, True) .Visible = True .Position = msoBarBottom With .Controls With .Add(msoControlButton) .Caption = " Inventory exam items and build exam " .FaceId = 592 .OnAction = "MainProgram" ...................... ...................... End With End with End with Is there another option that would be clean and more compatable? If so, I would appreciate being pointed to some sample code. Thanks for any help on this! I am somewhat lost in finding compatible code. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"If function" works in Excel 2000 but not in 2007 | Excel Worksheet Functions | |||
Transfer Works 2000 .wks files to Excel 2007 | Excel Discussion (Misc queries) | |||
xls file works fine in Excel 2000 and 2007 but crashes on opening in 2003 | Excel Discussion (Misc queries) | |||
Creating Toolbar on Word 2000 using built-in Visual Basic Editor | Excel Programming | |||
creating Toolbar on Word 2000 using built-in Visual Basic Editor | Excel Programming |