How Can I Use the Data in a Spreadsheet with Matrix Functions? (How Do I Copy Data Efficiently from Spreadsheets to Matrices, and Back?
STATISTICA Visual Basic contains several functions to quickly move columns (variables), rows (cases), or the entire data matrix from spreadsheets to dimensioned arrays, and back. The following example shows how you can use the .VData(variable), CData(case), and .Data properties of the spreadsheet object to retrieve particular columns (variables) or rows (cases) of data from the respective spreadsheet, or to copy the entire data matrix.