_Worksheet.Move(Object, Object) Method

Definition

Moves the sheet to another location in the workbook

public void Move (object Before, object After);
Public Sub Move (Optional Before As Object, Optional After As Object)

Parameters

Before
Object

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

After
Object

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

Remarks

If you don't specify either Before or After, Microsoft Excel creates a new workbook that contains the moved sheet.

Applies to