Worksheet.Copy Method

Copies 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 Copy ( _
    Before As Object, _
    After As Object _
)
void Copy(
    Object Before,
    Object After
)

Parameters

  • Before
    Type: System.Object

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

  • After
    Type: System.Object

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

Remarks

The new worksheet is a Worksheet object and does not have the code or data binding capability that Microsoft.Office.Tools.Excel.Worksheet host items have.

If you do not specify either Before or After, Microsoft Office Excel creates a new workbook that contains the copied 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

Other Resources

Host Items and Host Controls Overview