LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Search excel file, return value from different column

Solved!
Go to solution

You are not closing the sheets, workbook and workbooks references. Before closing the _Application reference you can use the Quit method to exit Excel. Also, as I said in a previous post the reference should be closed in the reverse order they were opened (i.e. _Application reference: first open, last close)(worksheet should be closed before _Application).

 

Ben64

0 Kudos
Message 11 of 12
(1,301 Views)

ben64,

 

Thank you so much for your help and sticking with me. It works perfectly now. Take care!

0 Kudos
Message 12 of 12
(1,298 Views)