Worksheet.Move Method

Moves the worksheet to another location in the workbook.

Namespace:  Microsoft.Office.Tools.Excel
Assemblies:   Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
  Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

Syntax

'Declaration
Sub Move ( _
    Before As Object, _
    After As Object _
)
void Move(
    Object Before,
    Object After
)

Parameters

  • Before
    Type: System.Object

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

  • After
    Type: System.Object

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

Remarks

If you do not specify either Before or After, Microsoft Office Excel creates a new workbook that contains the moved sheet.

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

.NET Framework Security

See Also

Reference

Worksheet Interface

Microsoft.Office.Tools.Excel Namespace