Mega Code Archive

 
Categories / VisualBasic Script / Word
 

Selecting a Table in the active document

Sub table1()     ActiveDocument.Tables(1).Select End Sub