Get Workbook Sheets
Get the all excel sheet names in workbook.
Get a list of all the sheet names in a workbook as String variables ordered by their index.
Input
Input :
ExcelHandle Variable
A variable name that references the opened excel file handle.
Output
Output :
List Variable
A list of strings containing all the sheet names in a workbook, ordered by their index.
Last updated