Search

Rename Sheet By Name

Articles

Use this function to rename the sheet with the specified existing name to a specified new name.

Syntax

Rename Sheet By Name (existing_name, new_name)

Parameters

Input Parameter Name Description
existing_name Existing name of the excel sheet
new_name New name of the excel sheet

Sample

Rename Sheet By Name (Sheet1, Invoice_Details)

  • Renames the sheet ‘Sheet1’ to ‘Invoice_Details’.

To view all the Excel functions, click here.

Did you find what you were looking for?