LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why the excle I make with activeX is visable?

Dear All,
     I have just to learn the activeX. I make vi to open a excel file, modify it and save as another file.
    But after that, I have found that the file I saved as is visible after double click it.
    Please help me.
   Thank you!
 
 
 
Hugo
0 Kudos
Message 1 of 3
(2,665 Views)
Your VI doesent quit Excel after running so if you open your resulting file with a doubleclick it will open in the still running Excel process that was opened by your VI and was set as invisible. To quit the Excel process your VI started just use an Invoke Node (Quit) and remember to close all the activex references you opened.
Message 2 of 3
(2,655 Views)

Thank you for your reply.

I have modify my vi following your suggestion.

My vi is running properly now

Thank you very much. 

 

 

Hugo.

0 Kudos
Message 3 of 3
(2,638 Views)