W
Warrio
Hello!
How is it possible to write a memo by code and make the text display into
many lines?
I've tried the following code into vba,
myTextBox = "Hello!!" & Chr(10) & Chr(13) & "my name is: Smith"
but the ASCI characters 10 and 13 are not recognized in a form and
therefore, the textbox contains:
Hello!!(square square)my name is: Smith
If there is any suggestion, it would be more than welcome!
Thanks
How is it possible to write a memo by code and make the text display into
many lines?
I've tried the following code into vba,
myTextBox = "Hello!!" & Chr(10) & Chr(13) & "my name is: Smith"
but the ASCI characters 10 and 13 are not recognized in a form and
therefore, the textbox contains:
Hello!!(square square)my name is: Smith
If there is any suggestion, it would be more than welcome!
Thanks