I'm currently obtaining a handle for an Excel worksheet by using the below C# code:
Excel.Worksheet worksheet = (Excel.Worksheet)sheets.get_Item(15);
//Get the worksheet "SubSignOff" number
Is there any way that I can obtain the same by using the worksheet name "SubSignOff"?