G
Guest
I'm trying to create a line break in a text box and it wont work. I can get
it to work in a message box just not a text box
any suggestions?
code -
text box:
txtbox.Value = txtbox.Value + (Chr(13)) + StrMessage
message box:
MsgBox (txtbox.Value + (Chr(13)) + StrMessage)
it to work in a message box just not a text box
any suggestions?
code -
text box:
txtbox.Value = txtbox.Value + (Chr(13)) + StrMessage
message box:
MsgBox (txtbox.Value + (Chr(13)) + StrMessage)