Row.Select method (Word)
Selects the specified table row.
expression.Select
expression Required. A variable that represents a 'Row' object.
After using this method, use the Selection object to work with the selected row. For more information, see Working with the Selection Object.
This example selects row one in table one of Report.doc.
Documents("Report.doc").Tables(1).Rows(1).Select
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.