M
Max Moor
Hi All,
I have a long document (a user's manual) that I want to break up into
a number of separate HTML files. Ultimately, these will become my online
help (compiled HTML).
I don't know of any way to simply convert from a Word dco to a .chm
file, so I'm wondering about a macro to break the document up for me. At
least that much of the conversion will be done for me.
Each section of the doc has a number of Headings of various levels
included. Ultimately, I'd like to select all the text from each Heading 1
to the next Heading 2, or Heading 1 if no Heading 2 exists. If a Heading 2
exists, I want to select all the text from it to the next Heading 2, or
Heading one if there isn't another one.
Once the text is selected, I want to save it to an HTML file, named
whatever the Heading text is.
I know my way around Visual Basic, but know mext to nothing about
Word. Is what I want to do a reasonable thing? Is it possible that this
has been done before, and some macro code is already out there somewhere?
- Max
I have a long document (a user's manual) that I want to break up into
a number of separate HTML files. Ultimately, these will become my online
help (compiled HTML).
I don't know of any way to simply convert from a Word dco to a .chm
file, so I'm wondering about a macro to break the document up for me. At
least that much of the conversion will be done for me.
Each section of the doc has a number of Headings of various levels
included. Ultimately, I'd like to select all the text from each Heading 1
to the next Heading 2, or Heading 1 if no Heading 2 exists. If a Heading 2
exists, I want to select all the text from it to the next Heading 2, or
Heading one if there isn't another one.
Once the text is selected, I want to save it to an HTML file, named
whatever the Heading text is.
I know my way around Visual Basic, but know mext to nothing about
Word. Is what I want to do a reasonable thing? Is it possible that this
has been done before, and some macro code is already out there somewhere?
- Max