Move Method

Moves the sheet to another location in the workbook.

expression.Move(Before, After)

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Before   Optional Variant. The sheet before which the moved sheet will be placed. You cannot specify Before if you specify After.

After   Optional Variant. The sheet after which the moved sheet will be placed. You cannot specify After if you specify Before.

Applies to | Sheets Collection | Worksheet Object | Worksheets Collection Object

See Also | MoveDetailLeft Method | MoveDetailTop Method | MoveFirst Method | MoveLast Method | MoveLeft Method | MoveNext Method | MovePrevious Method | MoveTop Method