Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having troubling finding how to add an icon to my
custom toolbar button. Set NewSheetCBC = Toolbar.Controls.Add (Type:=msoControlButton) With NewSheetCBC .Caption = "New Sheet" .State = msoButtonUp .Style = msoButtonIconAndWrapCaptionBelow '.Icon = THIS IS WHERE I AM NOT SURE WHAT TO ADD .TooltipText = "Create a new overtime sheet/new overtime week." End With Can anyone tell me a. is there a set of avilable icons to pull from, b. where to find it, c. how to write the line of code? Thanks SS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drawing toolbar Icon | Excel Worksheet Functions | |||
Disappearing toolbar icon | Excel Discussion (Misc queries) | |||
toolbar icon description | New Users to Excel | |||
Odd toolbar icon behaviour | Excel Discussion (Misc queries) | |||
icon in menu toolbar | Excel Programming |