Thread: Deleting sheet
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
SCSA25[_2_] SCSA25[_2_] is offline
external usenet poster
 
Posts: 1
Default Deleting sheet


Do you already know the name of the sheet or sheets you want to delete?



As for the adding of sheets.

Sheets.Add


Then i usually name them immediately after i create them.

ActiveSheet.Name = "Name of Sheet

--
SCSA2
-----------------------------------------------------------------------
SCSA25's Profile: http://www.excelforum.com/member.php...fo&userid=1510
View this thread: http://www.excelforum.com/showthread.php?threadid=26738