Excel Sort Data VI
- Updated2024-07-30
- 3 minute(s) read
Sorts the range of cells specified by the start and end clusters.

Inputs/Outputs
order (ascend)
—
order specifies the order in which the VI sorts data.
—
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.
from (0, 0)
—
from specifies the cell from which the VI sorts data. The position of this cell is relative to the top left corner of the current worksheet.
start (0, 0)
—
start sets the beginning of the range of cells to sort.
end (0, 0)
—
end sets the end of the range of cells to sort.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
orientation (rows)
—
orientation specifies the order in which the data sorts. If you use xlSortRows, the VI sorts data by row, from top to bottom. If you use xlSortColumns, the VI sorts data by column, from left to right.
—
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. |
order (ascend)
—
—
from (0, 0)
—
error in (no error)
—
—
error out
—