J
jairoscz
I have a VBA script (macro) that opens all the documents in a
directory, one at a time, and whilst the document is open, it scans the
text in it and extracts text that has a border around it. The script
also opens an excel workbook with a list of over 6000 strings and
stores all these in an array in VBA. The script then closes the excel
workbook. The strings extracted from the word document are then
compared against the list that was on the excel workbook (now in the
array).
Anyway, as the script is running sometimes sooner, sometimes later, I
get this "run-time error -2147417848 (80010108)" and I have noooooo
idea what is causing it! I find reference to this error in the
microsoft website but none that applies to my problem. If ANYBODY has
any idea what is going could you please help!!!
Thank you!
-
Jairo
directory, one at a time, and whilst the document is open, it scans the
text in it and extracts text that has a border around it. The script
also opens an excel workbook with a list of over 6000 strings and
stores all these in an array in VBA. The script then closes the excel
workbook. The strings extracted from the word document are then
compared against the list that was on the excel workbook (now in the
array).
Anyway, as the script is running sometimes sooner, sometimes later, I
get this "run-time error -2147417848 (80010108)" and I have noooooo
idea what is causing it! I find reference to this error in the
microsoft website but none that applies to my problem. If ANYBODY has
any idea what is going could you please help!!!
Thank you!
-
Jairo