ExcelWorksheet_Rename

Description

Rename a Worksheet in an Excel workbook.


Misc


New value

NewCodeName InArgument<String>

The new code name of the sheet.

NewName InArgument<String>

The new name of the sheet.


Workbook

Workbook InArgument<Workbook> REQUIRED

The workbook from which to delete the worksheet

It is possible to obtain a new workbook with the activity ExcelWorkbook_New or to get it from an existing file with ExcelWorkbook_Get.

Worksheet

Sets whether to search the worksheet by its Name or by its CodeName.

OldCodeName InArgument<String>

The old code name of the sheet to rename.

OldName InArgument<String>

The old name of the sheet to rename.