View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] s99999999s2003@yahoo.com is offline
external usenet poster
 
Posts: 4
Default 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.