-
Ok, i have a large multi-line text box and i want the text to be formated like this...
**************
****************************
************
*****************************************
I dont know how to do carrige returns in a text box. Is there a command?
-
Have multiline set to true and add vbCrLf between each line
-
Ok, i got that to work. Now how would i change certain words to blue. Not while im typing but like...
text1.text = "Hello" + vbBlue + "and goodbye"
now i know that wont work, i typed it to show what i meant. Thanks...
-
You need an RFT textbox to do that. Go search and you´ll find