I have a program in vb in which there is a multiline textbox and the text in the text box are like after every line there is a blank line and then the other line of text and soo on.
when i transfer the data from that text box into a word file i get small boxes before and after the line.
how can i remove those small boxes..?
I have attached the files below.
i am transfering the data from the text files into the word file and i have also attached the word file that i get after the data transfer from vb.
and the multiline textbos is text1(7).
Can you make a new project which just has a multiline text box with the kind of data you're talking about and writes the data in the textbox to a Word document when you click a button?
If you get the same problem with this new project then post the code for it.
This world is not my home. I'm just passing through.
i have a multiline textbox i:e Text1(7) and the data that comes in that textbox is from an access database Example:
the data is in access database & i take that data into an array and split it and then put that in the multiline textbox with a crlf at the end and thats hows there is a line in the textbox and then a blank line and then again a line of text.
Then to transfer the data to a work file in the program it finds a word "bkH" & replaces that word with the data that is in the Text1(7) [multiline textbox] thats it.
And this program that is attached is called when i click on the save button.
pls help me regarding this its very urgent or tell me how can i transfer the data to the word file from vb.
this will be only for 1 textbox where as i have 8 textbox's and i want to transfer the data from all the textbox's to the word file then in that case how will it work.
The example I've given is a response to your initial question. You said you had a problem with "small boxes" when you transferred data from a multiline textbox to Word.
I want to understand why this works for me but not in your application.
Are you asking for a complete solution now?
This world is not my home. I'm just passing through.