In This Topic
Copies the sheet to another location in the workbook.
Syntax
'Declaration
Overloads Sub Copy( _
Optional ByVal As Integer, _
Optional ByVal As Integer _
)
'Usage
Dim instance As ICharts
Dim before As Integer
Dim after As Integer
instance.Copy(before, after)
Parameters
- before
- The sheet before which the copied sheet will be placed. You cannot specify if you specify .
- after
- The sheet after which the copied sheet will be placed. You cannot specify if you specify .
See Also