Use:
Selection.Tables(1).Something here
See:
http://word.mvps.org/FAQs/MacrosVBA/GetIndexNoOfPara.htm

Signature
Greg Maxey/Word MVP
A Peer in Peer to Peer Support
> 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)