Row.Select method (Word)

Selects the specified table row.

Syntax

expression.Select

expression Required. A variable that represents a 'Row' object.

Remarks

After using this method, use the Selection object to work with the selected row. For more information, see Working with the Selection Object.

Example

This example selects row one in table one of Report.doc.

Documents("Report.doc").Tables(1).Rows(1).Select

See also

Row Object

Support and feedback

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.