Last Updated: Feb 14, 2022
Use this function to check if the sheet exists or not in the workbook.
Is Sheet Exists (sheet_name)
Input Parameter Name | Description |
---|---|
sheet_name | Name of the sheet to find |
Return value | Description |
---|---|
True/False | Returns True if the sheet exists, False if the sheet does not exist |
Is Sheet Exists (Sheet2) => True
To view all the Excel functions, click here.