LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do open xyz.xls file and view it?

How do I open any file like xyz.xls and view it? I know I can open using openfile but it will open in an invisible mode.
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 1 of 2
(3,079 Views)
Once you open the file you have the set the Excel application to visible. You can do this with the Excel_SetProperty (ExcelAppHandle, NULL, Excel_AppVisible, CAVT_BOOL, appVisible?VTRUE:VFALSE); as shown in the excel2000dem.prj example.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 2
(3,079 Views)