Converting a Word doc to a multi-column Excel spreadsheet

D

DD Pgh

I have a need to convert a Word doc with properly applied formatting styles
into a multi-column Excel spreadsheet.

I think that this processing would predetermine a format style, like Heading
1, as the row determinator, such that every time the conversion process
encountered content tagged with a Heading 1 format style, the converted
spreadsheet would begin a new row.

This process would then identify the various format styles utilized between
each Heading 1, and convert the content for those styles into the columns
associated with the row of the Heading 1 which they followed.

In other words, treating Excel as a database, the content tagged with a
Heading 1 format style would become the record key (in column A), and the
content associated with each format style following the first Heading 1 and
before the next Heading 1 would convert to become fields associated with the
first Heading 1 (in columns B, C, D, etc.).

I understand that this process would require a rigid application of format
styles, but that is the case for my situation.

I would appreciate any feedback on the topic. Does a vbscript exist for
such a task, or could one be written?

Thank you.
 

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