inputting text on Word document using excel
hi
i wish to use Excel VBA to include/insert text from some data into Word
document.
the word document has the following simple format
Name: Number Login Id
--------------------------------------------
<name <number <id
<name, <number, and <id are to be inserted under then line
"-------".
If there are multiple <names, <number and <id, it will be inserted
under each other..
Name: Number Login Id
--------------------------------------------
<name <number <id
<name <number <id
<name <number <id
.....
Is there some good guides or tutorials that can show me how to do this?
thanks.
|