I've loaded and Excel spreadsheet into the spreadsheet file and want to know the name of the worksheet which is initially selected.
Using ManifestSpreadsheet.ActiveSheet.Name works but not upon the initial load when it shows as "Sheet1" although non of the worksheets is called sheet1.
I have determined the Excel file is loaded prior to attempting to read the name.