Worksheets.Add2(Object, Object, 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.
This method is only implemented for the Charts collection object and will produce a run time error if used on the Sheets and Worksheets objects.
public object Add2 (object Before, object After, object Count, object NewLayout);
Public Function Add2 (Optional Before As Object, Optional After As Object, Optional Count As Object, Optional NewLayout As Object) As Object
Parameters
- Before
- Object
Optional Object. An object that specifies the sheet before which the new sheet is added.
- After
- Object
Optional Object. An object that specifies the sheet after which the new sheet is added.
- Count
- Object
Optional Object. The number of sheets to be added. The default value is one
- NewLayout
- Object
Optional Object. An object that specifies the layout to be used for the new worksheet.
Returns
Remarks
If Before
and After
are both omitted, the new sheet is inserted before the active sheet.