LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

can do we use the path with the file name as argument for panel function ExcelRpt_WorkbookOpen. thank you

can do we use the path with the file name as argument for panel function ExcelRpt_WorkbookOpen. thank you

0 Kudos
Message 1 of 2
(4,054 Views)
This is the prototype of the function:

HRESULT ExcelRpt_WorkbookOpen (CAObjHandle applicationHandle, char filename[], CAObjHandle *workbookHandle);

You pass the application handle and the file path as the first 2 parameters, function opens the file and outputs its handle as the last parameter.
You will use this handle for any operation you do over that file.

Hope this helps,
S. Eren BALCI
IMESTEK
0 Kudos
Message 2 of 2
(4,044 Views)