Search

Rename Sheet By Name

Last Updated: May 10, 2022

Articles

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

Syntax

Rename Sheet By Name (sheet_name, new_name)

Parameters

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

Sample

Rename Sheet By Name (ContactDetails, ContactInformation)

  • Renames the sheet ContactDetails to ContactInformation.

To view all the Excel functions, click here.

Did you find what you were looking for?