LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i writ many times in one Excel

I have a numbers in open excel,and than i want to compar those numbers to the new numbers, if it same the new number to be writ like the same as showing in excel (Abou55).but my probleme is when i am trying to writ the second number the first number desappear
somone can help me withe sample.
thank you
0 Kudos
Message 1 of 3
(2,493 Views)
Your inner loop interates thru all of the elements of the left column and writes the second column with either the new string value if there is a match, or a "" if there is no match. This loop will step on the previous number every time.

Your simplest solution is by enclosing the two nodes Range.Value2 in a case statement and execute it only if the compare is true.

There is also a flaw in the inner loop auto indexing. There will always be only one value in that array. This inner loop serves no purpose and should be removed.

Michael Munroe
Certified LabVIEW Developer
www.abcdef.biz
Michael Munroe, CLD, CTD, MCP
Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.1, now with a new Interactive Window Manager!
Now supports full project automation using one-click custom macros or CLI.
Message 2 of 3
(2,493 Views)
Thank you very much Machael, for replying me
the probleme it resolve.
Thank you very much
0 Kudos
Message 3 of 3
(2,493 Views)