02-09-2009 04:36 PM
Problem: Basically all the vi does is grab values from excel and compare it with a pre-determined value and if the returned value is greater than or equal the vi stops and returns the cell which gave it thar value. I think it may that I am telling excel to compare a string value to a decimal value but I have tried that and it seems to stop instantly with a value which is cleary wrong.
I have attached the vi and sample excel file which it searchs through
Solved! Go to Solution.
02-09-2009 08:45 PM
Don't see a problem. Start at A4 and it stops on the first iteration as it should (because the cell is blank it converts to a 0 which is greater than -30). Starting at A5 it steps down to A368, again just as it should.
Mike...
02-10-2009 12:24 PM
02-10-2009 12:51 PM - edited 02-10-2009 12:51 PM