View Single Post
 
Old 01-08-2014, 12:00 PM
SuzeG SuzeG is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Dec 2013
Location: Va Beach
Posts: 21
SuzeG is on a distinguished road
Default 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.
Reply With Quote