S
SAM S.L
Hello!.
I have a word 2003 and sp3
My userform fill 3 strings with data, and then create one string with these
three. The result is send to textbox
str1="aaaaa"
str2="bbbb"
str3="cccc"
str_last= str1 + vbCrLf + str2 + vbCrLf + str3
desired result:
aaaa
bbbb
cccc
real result:
aaaabbbbcccc
what is the correct procedure to obtain the desired result????
Thanks!!!!!
sam
I have a word 2003 and sp3
My userform fill 3 strings with data, and then create one string with these
three. The result is send to textbox
str1="aaaaa"
str2="bbbb"
str3="cccc"
str_last= str1 + vbCrLf + str2 + vbCrLf + str3
desired result:
aaaa
bbbb
cccc
real result:
aaaabbbbcccc
what is the correct procedure to obtain the desired result????
Thanks!!!!!
sam