PDA

View Full Version : Wrap text in text box



Xrull
02-27-2010, 09:29 PM
Hi,
I am trying to warp text in a Text box.
I tried this:

TextBox1.Value = "Result:" & vbCr & 20
But I get: Result:¶20
Even if I use a formula and CHAR(10) I get the same result.
I'm unable to get multiple lines in the textbox does anyone know how to work around this problem?
Thanks
Xrull

MWE
02-27-2010, 09:38 PM
using chr(10) instead of vbcr or vblf or vbcrlf normally eliminates the funny characters. To get multiple lines in a text box, make sure you have the textbpx properties Multiline and Wordwrap both set to true.

Xrull
02-27-2010, 09:46 PM
MWE,
I set the MultLine to true, and it solved my problem.
Thanks,
Xrull

Xrull
02-27-2010, 10:01 PM
MWE,
I don't see a drop down that allows me to show the post as solved.
I only options I see it to search the thread and rate it.
Thanks,
Xrull

MWE
02-27-2010, 10:17 PM
There should be a drop down called Thread Tools next to Search This Thread. If you are the original author of the thread, there should be a selection Mark Solved and an Action button below it