Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the follwoing code that creates a toolbar when the
workbook is open. What I want to do is to make it show up at the top of the screen not right in the middle where it does now. Help Application.CommandBars.Add(Name:="COUNT").Visible = True Application.CommandBars("COUNT").Controls.Add Type:=msoControlButton, ID:=3 _ , Befo=1 Application.CommandBars("COUNT").Controls.Add Type:=msoControlButton, ID:= _ 752, Befo=2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Comment Position | Excel Discussion (Misc queries) | |||
Set custom ToolBar Position on Excel Loads default to zero value | Excel Programming | |||
custom toolbar buttons are saved where? Excel loads twice bymistake and all my custom toolbar buttons get gone!!! | Excel Programming | |||
toolbar position | Excel Programming | |||
saving toolbar buttons on custom toolbar | Excel Programming |