Skip to main content

Delete Cell

This node deletes the specified cell from 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 errors will be caught when the project is executed even if a Catch node is used.

Input

  • Excel File Descriptor - The ID of the Excel file descriptor to remove cell from. This ID is generated by the Open Excel or the Create Excel node.
  • Cell - The location of the cell to delete. (e.g. A1, B8)

Options

  • Target - Specifies whether to delete the active cell or a specific cell.

    • active-cell - Deletes the active cell.
    • specific-cell - Deletes a specified cell.

Note: If no cell is specified when deleting the active cell, the current selected cell will be deleted.