inporting HTML pages into a WORD

K

Karl Prosser

i can load a html page into word and save as a .doc noproblem, and for
my pages all the layout works fine.. however i have a number of pages
all linking to each other (on my local disk), and i can only load one
page, and the links point to the original pages (thus when clicked
will open in a seperate browser)
is there any way in WORD with VBA (or another technique)(or an
external program) to import these pages (i.e the script will look at
the hyperlinks, and then get word to load those pages into new pagesw
in the .doc file, making the links to be internal instead of external?

Karl
 
M

Malcolm Smith

Karl

I would suggest write an application, say in VB, which does all this for
you. You could do it in Word as well. But for something of this
magnitude I would rather use VB.

What you will have to do is to have the code import all the HTML into Word
and then parse the documents and change the hypertext links to suit.

In principle not a complicated or a difficult job which should take only a
day or so.

- Malc
www.dragondrop.com
 

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