Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know of an easy way to have more than one line of text on the
face of a button? -- Kind Regards Mick |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() What kind of button but: Sheet4.commandbutton1.Caption = "ABCD" & chr(10) & "CDEF" would probably be the easiest way. -- Regards, Tom Ogilvy "Grandad" wrote in message ... Does anyone know of an easy way to have more than one line of text on the face of a button? -- Kind Regards Mick |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Make sure the button's WordWrap property is set to True. Then you can
experiment with the Height and Width to control how the caption breaks. Regards, Wes |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks both, I had missed the wordwrap property
Mick "SunTzuComm" wrote in message ... Make sure the button's WordWrap property is set to True. Then you can experiment with the Height and Width to control how the caption breaks. Regards, Wes |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CommandButton as array ? | Excel Discussion (Misc queries) | |||
CommandButton | Excel Programming | |||
CommandButton | Excel Programming | |||
CommandButton | Excel Programming | |||
Commandbutton | Excel Programming |