_Chart.Copy(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.