Table.MoveToStart method (Outlook)

Moves the current row of the Table to just before the first row of the Table.

Syntax

expression. MoveToStart

expression A variable that represents a Table object.

Remarks

MoveToStart is equivalent to resetting the Table. If you call GetNextRow after you call MoveToStart, you'll return a row representing the first row in the Table.

See also

Table 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.