Rename Sheet
Rename the excel sheet.
Rename the excel sheet in the specified workbook with the new sheet name.
Input
Input :
ExcelHandle Variable
A variable name that references the opened excel file handle.
New Sheet Name :
String Argument
The new sheet name of the workbook to be rename.
Old Sheet Name :
String Argument
The Old sheet name of the workbook to be rename.
Last updated