Using With ActiveDocument.Tables()
Can With ActiveDocument.Tables() be used only once in a document?
I have several tables in a document that I have different code to perform when the user is in each table.
I use With ActiveDocument.Tables(4) with code following
then With ActiveDocument.Tables(6) with different code and then
With ActiveDocument.Tables(7) with more code.
If not what would I use to perform the code as the user moves through the document?
Thank you.
|