Get Workbook Sheet
Get the name of the excel sheet.
Get the sheet based on its index and returns its name as a String variable.
Input
Input :
ExcelHandle Variable
A variable name that references the opened excel file handle.
Index :
Integer Argument
The index of the sheet that retrieves from the specified workbook.
Output
Output :
String Variable
The name of the retrieved sheet.
Last updated