B
Bob Phillips
I have a number of Word documents that I want to publish on my website, so I
need to convert them to HTML.
I don't want to use Word's built-in HTML output, as it creates HTML code
that is far to difficult to edit afterwards, so I thought of a VBA routine
that creates the HTML to a text file, formatting to my rules.
Does anyone know of a good piece of code that I can use as a startpoint for
this? I am quite happy to add all of my site specific bits in, but if I can
get the skeleton, something that works through the whole doc, and does
basics (add <p> tags to paragraphs, etc.), and can recognise text styles,
that would be a great start.
TIA
RP
need to convert them to HTML.
I don't want to use Word's built-in HTML output, as it creates HTML code
that is far to difficult to edit afterwards, so I thought of a VBA routine
that creates the HTML to a text file, formatting to my rules.
Does anyone know of a good piece of code that I can use as a startpoint for
this? I am quite happy to add all of my site specific bits in, but if I can
get the skeleton, something that works through the whole doc, and does
basics (add <p> tags to paragraphs, etc.), and can recognise text styles,
that would be a great start.
TIA
RP