09-29-2016 09:46 AM
Setting the range start value to 0 and the range start value unconnected will set the whole document as range. Change the Replace value from 1 to 2 (this will replace all found characters instead of only the first one). You won't need the case structure and the range start shift register.
You can then replace the while loop whit a for loop indexed by the array output of your Excel Read vi.
Ben64
09-29-2016 09:47 AM
It is classified 😄 Sorry 😄 All emails are kept for I think 3 years 😄
I can not set it to the whole doc. When I did it, it started the infinite loop in the test documents first character.
I have read the forums quite some times and I saw the macro thingy, I might give it a shot. One colleague recomended developing it in C# and than running that code from labview :'D But I do not think I am allowed to do that 😄
09-29-2016 09:50 AM
Haaah. Now this is something! Thanks! Tomorrow I'll give it a shot!
I hope it'll solve the problem! See you tomorrow, I'll notify you if it was sucessfull 🙂