LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

report toolkit opening multiple spreadsheets after program runs

I have a program that generates multiple spreadsheets through the Report Gen Toolkit. After I generate ~4-5 files if I go to open any of them up all of the files open up instead of just the one I clicked on. Is there anyway to prevent this from happening when I create the files?

0 Kudos
Message 1 of 3
(2,331 Views)

Can you post your code? (LV 2009)

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 2 of 3
(2,317 Views)

Is the reference to the excel sheets still open? I had a similar problem to the one you are seeing and I could get rid of it 2 different ways. The first is to make sure LabVIEW is entirely shut down. The second is to make sure you close the spreadsheets or dispose of the reference. These are workbooks that are essentially open in the background, so when you open excel they will show. Try either closing labview or the references to see if this helps your problem. Posting your code would also help.

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