02-08-2011 11:32 AM
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?
02-09-2011 01:35 AM
Can you post your code? (LV 2009)
02-09-2011 07:12 AM
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.