LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unknown system error when using Active X and Word

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.
Download All
0 Kudos
Message 1 of 4
(3,127 Views)
I have run your code and cannot get it to recreate an error. I even tried to add more things to it but still to no evail. What version of word are you using. i did this under word 2000 and it works just fine



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 4
(3,127 Views)
Thanks for the interesting information

I am using Word 2000 (9.0.7616 SP-3)
As I said in my original mail I have tested the "same" code in Python and it works fine.
Which version of Labview are you using?
0 Kudos
Message 3 of 4
(3,127 Views)
I am using labview 7.0 with the same version of word that you are using.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 4 of 4
(3,127 Views)