I would like to know how to turn on the auotmatic cell size adjust feature of Excel so that when I write data to it the cell will expand if the data is bigger than the current cell size.
To change the setting in Excel for AutoFit the text in a cell, you need to call the Property Node for Column and then a Invoke Node for AutoFit. I am attaching a example program that does performs this task. The original program was "Using LabVIEW and ActiveX to Perform Basic Tasks In Microsoft Excel".
Sorry about the confusion. To use the AutoFit in CVI I think you can use the command RangeAutoFit (that is part of the Excel ActiveX Library) to automatically re-size the columns for the text. The other option would be creating a macro in Excel and calling that from CVI.