serkan sendur
Postaholic
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127
Skill Endorsements: 0
if you are searching for a string in some word documents, i think it is better to treat them as text files instead of word documents. open them as text files and search the text you are looking for, if you find the text, then open the document as word document to get the info you want. this way your search will be a lot faster.
serkan sendur
Postaholic
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127
Skill Endorsements: 0
so you dont know what you are searching for? how are you going to search then?
serkan sendur
Postaholic
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127
Skill Endorsements: 0
to your second question all i can think of is that there could be some hidden tables in the document, so when you get the table collection with indexing, you may get the wrong one, that may be why although you see them visually, from the code you access the empty ones. make sure that your document only has that particular table , not empty ones or invisible ones.
serkan sendur
Postaholic
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127
Skill Endorsements: 0
Question Answered as of 3 Years Ago by
serkan sendur