Adding a new Excel worksheet using vb.net
I would like to add a new name to freshly added worksheet in an excel workbook with VB.NET 2005... I have already used
excelWorksheet.Name to name the current worksheet. But I will need to add more sheets and I would like to use the same name on each sheet and concatenate a number on the end of the name. So I can navigate though my workbook and place data on the correct sheets.
Any suggestion?
Thank you

