_Worksheet.Copy(Object, Object) Method

Definition

Copies the sheet to another location in the workbook.

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

Parameters

Before
Object

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

After
Object

Optional Object. The sheet after which the copied 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 copied sheet.

Applies to