Hi,
the function call only writes to one cell. Even though it takes a range, the help for the range says the following :
The range of an individual cell. This value should be a string containing the cell range, such as "A1". If the range contains multiple cells, this function will examine the uppper leftmost cell in the range.
Instead, try the
ExcelRpt_WriteData (, "", ExRConst_dataDouble, , , );
function, which will take an array of 2D data (right click on items in the function panel for more information on what each parameter needs to take in.
(Function can be found under Excel Report->Cell Range->Write Data)
Hope that helps
Sacha Emery
National Instruments (UK)
// it takes almost no time to rate an answer