Adding a new worksheet
:
Return to List
Worksheets.Add
' Though preferable to name when adding:
Sheets.add.name = "Tax_Data_2005"
' helps to let User know what data it contains
See also:
Activate Worksheet by Name
Activates the First Worksheet
Activates Last Worksheet
Copying one worksheet to another
Counting and Selecting Worksheets
Deletes Active Worksheet (no save)
Moving worksheet to particular location (i.e., order)
Naming the active worksheet
Note to Webmaster