Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
what is the code to change the tool tip in this example:
Private Sub AddToolbar() Dim tbb As Object On Error Resume Next Toolbars("Test").Delete On Error GoTo 0 Set oTB = Toolbars.Add(Name:="Test") With oTB .Left = 117 .Top = 186 Set tbb = .ToolbarButtons.Add(Button:=23, Befo=1) tbb.OnAction = ThisWorkbook.Name + "!custommacro" .Width = 200 .Visible = True End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you change the preset borders on the Formating Tool bar? | Excel Discussion (Misc queries) | |||
Cannot change column name in Excel's MS Query tool | Excel Programming | |||
change tool bar button image | Excel Discussion (Misc queries) | |||
Change color of tool bar icons | Excel Discussion (Misc queries) | |||
Can series tool change formulas over time when used to copy them | Excel Worksheet Functions |