I have an excel workbook with many, many sheets. I want to delete all the sheets except for three of them.
Specifically, i would like to know if there is a way to re
I know this is old but I just use the fallowing
workBook.Sheets["Sheet1"].Delete();