Excel Insert Cells VI
- Updated2024-07-30
- 3 minute(s) read
Inserts a new cell, row, or column into the current worksheet from a position that the row and column indexes specify.
If you use the name parameter to specify a named range, the VI inserts the object from the top left cell of the range.

Inputs/Outputs
—
report in is a reference to the report whose appearance, data, and printing you want to control. Use the New Report VI to generate this LabVIEW class object.
mode (entire row)
—
mode sets the insertion mode.
start (0, 0)
—
start specifies the position of the cell from which the VI performs the insertion.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
name ("")
—
name specifies a named range from which the VI performs the insertion. If the named range covers multiple cells, the insertion appears in the top left corner of the range.
—
report out is a reference to the report whose appearance, data, and printing you want to control. You can wire this output to other Report Generation VIs.
error out
—
error out contains error information. This output provides standard error out functionality. |
—
mode (entire row)
—
start (0, 0)
—
row
—
error in (no error)
—
name ("")
—
—
error out
—