|
-
May 23rd, 2005, 01:18 PM
#1
Thread Starter
New Member
Matching headings and tables in word
Hi All
I have a word document, in which I needs to get all tables
In addition, I need to know which headings corresponds to each table
I figured out to get the tables with:
ActiveDocument.Content.Tables(x)
Also I can find the headings by checking Content.Paragraphs(x).Style
But how do I find out which heading is the last before a specific table?
And how do I get the heading number, the paragraphs only contains the text?
Regards
Michael
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|