D
Don
I have successfully created a macro that copies all tables in a word document
to an excel document (each table to a new worksheet).
There is one more thing I want to do - name the excel worksheets after the
section of the document the table came from. The idea is to find the string
that for the document heading (e.g. table of contents entry) that contains
the table, and use that to name my worksheet.
I'm fairly proficient the Excel VBA but just starting with word. I've gone
through the word object model, but nothing looks obvious to me.
I don't need code written for me ... I just need to be pointed in the right
direction. Right now I just have no clue what to look for.
to an excel document (each table to a new worksheet).
There is one more thing I want to do - name the excel worksheets after the
section of the document the table came from. The idea is to find the string
that for the document heading (e.g. table of contents entry) that contains
the table, and use that to name my worksheet.
I'm fairly proficient the Excel VBA but just starting with word. I've gone
through the word object model, but nothing looks obvious to me.
I don't need code written for me ... I just need to be pointed in the right
direction. Right now I just have no clue what to look for.