Skip to main content

Switch To Sheet

Switches to a specific sheet in an Excel file.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Excel File Descriptor - The descriptor of the Excel file to switch to the sheet within. This ID is generated by the Open Excel or the Create Excel node.
  • Sheet - The name of the sheet to switch to.