R
Raphael Goubet
Hi,
If I have a table in the header of a document, they are not included
in the Tables collection. I.e, if I run the following loop, whatever
action it contains won't be applied to the tables in headers:
Dim MyTable As Table
For Each MyTable In ActiveDocument.Tables
[...]
Next MyTable
Why is that?
Raphaël
If I have a table in the header of a document, they are not included
in the Tables collection. I.e, if I run the following loop, whatever
action it contains won't be applied to the tables in headers:
Dim MyTable As Table
For Each MyTable In ActiveDocument.Tables
[...]
Next MyTable
Why is that?
Raphaël