How to know the index value of current table in a document

A

animator

If there are several tables in my document, and the cursor is in one of
them.
How can I know which table the cursor is in?
How to get the index value, which I can use in the statement like:
ActiveDocument.Tables(index)
 
Top