C C.K Sep 9, 2004 #1 Can I enter a two-line text description on a button, chr(13) doesn't seem to do anything ?
O One Handed Man \( OHM - Terry Burns \) Sep 9, 2004 #2 Dim myText As String myText = "Line One" & vbCrLf & "Line Two" Button2.Text = myText -- OHM ( Terry Burns ) . . . One-Handed-Man . . . If U Need My Email ,Ask Me Time flies when you don't know what you're doing
Dim myText As String myText = "Line One" & vbCrLf & "Line Two" Button2.Text = myText -- OHM ( Terry Burns ) . . . One-Handed-Man . . . If U Need My Email ,Ask Me Time flies when you don't know what you're doing
H Herfried K. Wagner [MVP] Sep 9, 2004 #5 * "C.K said: Can I enter a two-line text description on a button, chr(13) doesn't seem to do anything ? Click to expand... \\\ Me.Button1.Text = _ "Hello" & ControlChars.NewLine & _ "World!" ///
* "C.K said: Can I enter a two-line text description on a button, chr(13) doesn't seem to do anything ? Click to expand... \\\ Me.Button1.Text = _ "Hello" & ControlChars.NewLine & _ "World!" ///
O One Handed Man \( OHM - Terry Burns \) Sep 9, 2004 #7 Hold On, I give you the answer first and yet you thank everyone except me ? -- OHM ( Terry Burns ) . . . One-Handed-Man . . . If U Need My Email ,Ask Me Time flies when you don't know what you're doing
Hold On, I give you the answer first and yet you thank everyone except me ? -- OHM ( Terry Burns ) . . . One-Handed-Man . . . If U Need My Email ,Ask Me Time flies when you don't know what you're doing
C C.K Sep 9, 2004 #8 Sorry, I should have thanked everyone, you are correct to point this out, and I assure you it won't happen again, you can be assured of that, Thanks
Sorry, I should have thanked everyone, you are correct to point this out, and I assure you it won't happen again, you can be assured of that, Thanks
U user Sep 9, 2004 #9 One said: Hold On, I give you the answer first and yet you thank everyone except me ? Click to expand... Oh... brother..
One said: Hold On, I give you the answer first and yet you thank everyone except me ? Click to expand... Oh... brother..
O One Handed Man \( OHM - Terry Burns \) Sep 10, 2004 #10 Hey, I want to live in an egalitarian world where everyone get's a fair deal, dont you ? -- OHM ( Terry Burns ) . . . One-Handed-Man . . . If U Need My Email ,Ask Me Time flies when you don't know what you're doing
Hey, I want to live in an egalitarian world where everyone get's a fair deal, dont you ? -- OHM ( Terry Burns ) . . . One-Handed-Man . . . If U Need My Email ,Ask Me Time flies when you don't know what you're doing