I often store measurements in an Excel template that contains all the data analysis required by the customer. The best way to target specific cells is by using "Range Names" in the template for all of the locations. By referencing all cells by name, the links will not be broken if the template is later modified by inserting new rows or columns.
In Excel, use Insert->Name->Define to create the names. In LabVIEW, replace the row and column indexes used in the example code with the range name as a string (worksheet->Range("StartFreq"). These same names can be used in an Excel macro to process the data and produce sophisticated graphs and reports.
Michael
ABCDEF
www.abcdefirm.com