Sheets object (Excel) | Microsoft Docs
https://docs.microsoft.com/en-us/office/vba/api/Excel.Sheets
Use the Sheets property of the Workbook object to return the Sheetscollection. The following example prints all sheets in the active workbook. Use the Addmethod to create a new sheet and add it to the collection. The following example adds two chart sheets to the active workbook, placing them after sheet two in the workbook. Use Sheets (index), whe...
Use the Sheets property of the Workbook object to return the Sheetscollection. The following example prints all sheets in the active workbook. Use the Addmethod to create a new sheet and add it to the collection. The following example adds two chart sheets to the active workbook, placing them after sheet two in the workbook. Use Sheets (index), whe...
DA: 23 PA: 69 MOZ Rank: 4