Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have added a custome toolbar with the following code. I would like to add
a tooltip to this button. Also, can I have a button with text instead of the icon? Dim cb As CommandBar Set cb = CommandBars.Add With cb .Name = "SWAP" .Position = msoBarTop End With Set myBar = CommandBars("SWAP") Set myControl = myBar.Controls _ .Add(Type:=msoControlButton, _ Temporary:=True) With myControl .FaceId = 47 .Width = 75 .OnAction = "ResetValues" End With myBar.Visible = True Many Thanks -- Robert Hill |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Toolbar | Excel Programming | |||
Custom button on custom toolbar wants to re-load "Personal.xls" | Excel Programming | |||
VBA - Disappearing custom menu and custom toolbar | Excel Programming | |||
custom toolbar buttons are saved where? Excel loads twice bymistake and all my custom toolbar buttons get gone!!! | Excel Programming | |||
saving toolbar buttons on custom toolbar | Excel Programming |