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
|