Search

Rename Sheet By Index

Articles

Use this function to rename the sheet at the specified index to the specified new name. Index starts from 1.

Syntax

Rename Sheet By Index (sheet_index, new_name)

Parameters

Input Parameter Name Description
sheet_index Index of the sheet
new_name New name of the excel sheet

Sample

Rename Sheet By Index (1 , Invoice_Details)

  • Renames the sheet at index 1 to Invoice_Details.

To view all the Excel functions, click here.

Did you find what you were looking for?