ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Multi-line text on a CommandButton (https://www.excelbanter.com/excel-programming/439357-multi-line-text-commandbutton.html)

Paul Kraemer

Multi-line text on a CommandButton
 
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

ryguy7272

Multi-line text on a CommandButton
 
What happens when you hold down the Shift key and hit Enter?

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"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

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

Dave Peterson

Multi-line text on a CommandButton
 
And if you wanted to do it in code:

Worksheets("Sheet1").CommandButton1.Caption = "hi" & vbLf & "there"

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


All times are GMT +1. The time now is 01:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com