LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Special character replacer for word files and converting docx to doc

Solved!
Go to solution
Solution
Accepted by topic author huntersoa

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

Message 11 of 13
(1,122 Views)

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 😄 

0 Kudos
Message 12 of 13
(1,121 Views)

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 🙂 

0 Kudos
Message 13 of 13
(1,120 Views)