How Can I Access Results Spreadsheets, Graphs, Workbooks Etc.?
The STATISTICA Visual Basic object model provides access to practically all aspects of STATISTICA analyses, and the results of those analyses. When you perform an interactive analysis, and record a macro program (see also How Can I Record My Analysis in a STATISTICA Visual Basic Program?, page 942), you will see that all of your output choices are recorded. The most important thing to remember is that all output spreadsheets and graphs are returned as a Collection of spreadsheet and graph objects respectively (see also What Are Collections?, page 957). You can retrieve and modify these objects in your program; for example, you can make the results (spreadsheet) of one analysis the input to the next analysis.