I get Error 16843009
Unknown System Error in minimal.vi
When I am Using Active X to do search and replace in MS Word. I get the error when I try to call the method Find.ClearFormatting()
where find comes from: Find = WordApp.Selection.Find
The "same" code works fine in a Visual Basic macro inside Word and I have also made the "same" code in Python and it works fine.
I attach a small part of my code the generates the error.