View Single Post
 
Old 10-07-2013, 08:51 AM
slaycock slaycock is offline Windows 7 64bit Office 2013
Expert
 
Join Date: Sep 2013
Posts: 255
slaycock is on a distinguished road
Default

You can use

selection.Tables(1).cells(x,y) to select a cell.

You need to be careful if the table contains merged or split cells because the maximum X and Y are based on the maximum number of rows and columns.

This aspect of tables in word macros is a real PITA.
Reply With Quote