A
Associates
Hi,
In the userform, i have a textbox that allows user to type in multiple
lines. It's used for the letter's body text. I use DOCVARIABLE to capture the
value of the textbox in the document. However, i saw some box symbols
appearing in the document after dumping all the user data from the userform
into the document.
For example, in the textbox, i typed in as follows
----------------
This is for testing
Thank you
----------------
what i saw in the document was
----------------
This is for testing
[]
[]Thank you
----------------
I use [ and ] characters to describe the box symbol in the document. Not
sure if this is to do with DOCVARIABLE not being able to work with "enter"
carriage key.
I wonder what the box [] represents.
Thank you in advance
In the userform, i have a textbox that allows user to type in multiple
lines. It's used for the letter's body text. I use DOCVARIABLE to capture the
value of the textbox in the document. However, i saw some box symbols
appearing in the document after dumping all the user data from the userform
into the document.
For example, in the textbox, i typed in as follows
----------------
This is for testing
Thank you
----------------
what i saw in the document was
----------------
This is for testing
[]
[]Thank you
----------------
I use [ and ] characters to describe the box symbol in the document. Not
sure if this is to do with DOCVARIABLE not being able to work with "enter"
carriage key.
I wonder what the box [] represents.
Thank you in advance