Mega Code Archive

 
Categories / VisualBasic Script / Word
 

Selects the first table in the current selection

Sub tableSel1()     Selection.Tables(1).Select End Sub