insert html information into word document

G

Guest

I am trying to insert fields from an HTML document into a word document, that
will update as the values in the HTML document change.

For example. In the HTML document, I have the following:

<INPUT TYPE="TEXT" SIZE="8" NAME="DownPmtSavings" VALUE="1,500"

I want to be able to put the "value" in my Word document. Can anyone tell
me how to link this so it is dynamic?
 
C

Cindy M.

Hi =?Utf-8?B?UmVudGFsR3V5?=,
I am trying to insert fields from an HTML document into a word document, that
will update as the values in the HTML document change.

For example. In the HTML document, I have the following:

<INPUT TYPE="TEXT" SIZE="8" NAME="DownPmtSavings" VALUE="1,500"

I want to be able to put the "value" in my Word document. Can anyone tell
me how to link this so it is dynamic?
There is no way to link the information in an HTML document to a Word document.
You could, conceivably, use a script in the HTML file to write to the Word
document, but that's pretty much it.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top