J
Joe HM
Hello -
I have a loop that steps through all tables of a document ...
For Each lTable In ActiveDocument.Tables
...
Next lTable
How can I determine the Paragraph Number and Paragraph Text that
contains the table?
Here is an example ...
3.1 Blah 1
Text ...
Table 1
More Text ...
3.2 Blah 2
Text ...
Table 2
More Text ...
I need to loop through all tables and determine under hich heading they
are - i.e. the heading immediately above the table (e.g. "3.1" and
"Blah 1" when lTable is Table 1).
Is there an easy way to do that?
Thanks!
Joe
I have a loop that steps through all tables of a document ...
For Each lTable In ActiveDocument.Tables
...
Next lTable
How can I determine the Paragraph Number and Paragraph Text that
contains the table?
Here is an example ...
3.1 Blah 1
Text ...
Table 1
More Text ...
3.2 Blah 2
Text ...
Table 2
More Text ...
I need to loop through all tables and determine under hich heading they
are - i.e. the heading immediately above the table (e.g. "3.1" and
"Blah 1" when lTable is Table 1).
Is there an easy way to do that?
Thanks!
Joe