View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Multi-line text on a CommandButton

If you rightclick on the commandbutton (while in design mode), you can choose:

Commandbutton Object|Edit
And type the caption you want. Use ctrl-enter to force a newline in that
caption.



Paul Kraemer wrote:

Hi,

I am using Excel 2007. I have inserted an ActiveX Command Button on a
worksheet. I can enter descriptive text in the "Caption" field and this text
is displayed on this Command Button. I can only seem to enter one line of
text this way. Can anyone tell me if there is a way I can enter a second
line of text to be displayed on the Command Button?

Thanks in advance,
Paul Kraemer

--
Paul Kraemer


--

Dave Peterson