Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you want to see the caption instead of an icon you have to change the
button's style: With Btn .Style = msoButtonCaption -- Jim "JohnE" wrote in message ... | Hello. I'm using Excel 2003 and setting up several buttons. Rather then a | picture, the users would prefer text on the button face. Here is a sample of | setting the properties but I am not sure of how text is entered for the | .FaceID. If anyone knows, please let me know. | | Set Btn = Tb.Controls.Add(Type:=msoControlButton) | With Btn | ' .FaceId = | .OnAction = "Refresh_Metric" | .Caption = "This will refresh existing workbook." | End With | | Thanks. | John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FaceID not available | Excel Programming | |||
Toolbar FaceID | Excel Programming | |||
.FaceID | Excel Programming | |||
Qn: .FaceID?? | Excel Programming | |||
Faceid 2003. | Excel Programming |