Sheets Methods
| Name | Description | |
|---|---|---|
| _PrintOut | |
| Add | Creates a new worksheet, chart, or macro sheet. The new worksheet becomes the active sheet. |
| Copy | Copies the sheet to another location in the workbook. |
| Delete | Deletes the object. |
| FillAcrossSheets | Copies a range to the same area on all other worksheets in a collection. |
| GetEnumerator | Returns an enumerator to support iterating through the collection. |
| Move | Moves the sheet to another location in the workbook. |
| PrintOut | Prints the object. |
| PrintPreview | Shows a preview of the object as it would look when printed. |
| Select | Selects the object |