How Can I get a list of sheets in an Excel workbook ?
I have a situation where I am opening Excel sheets using Open Database().This has been a good way to do it since I want specific columns from specific sheets, so using an SQL SELECT statement is ideal.I am now discovering there is no standardization on the sheet names. So what I want to do is query the Excel workbook and get a list of sheets in it. I can then use some logic in my code to decide wh...