Sheets.Add method (Excel) | Microsoft Learn
learn.microsoft.com › vba › apiMar 29, 2022 · The new worksheet becomes the active sheet. Syntax expression. Add ( Before, After, Count, Type) expression A variable that represents a Sheets object. Parameters Return value An Object value that represents the new worksheet, chart, or macro sheet. Remarks If Before and After are both omitted, the new sheet is inserted before the active sheet.