Thread: Add Sheets
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Add Sheets

activeworkbook.Worksheets.Add After:=Activesheet

--
Regards,
Tom Ogilvy


"DB" wrote in message
...
I am able to add sheets to a workbook. However I would like the code to

add
the new sheet after the selected sheet. What is the syntax?

Sheets.Add?????

Thanks!!

DB