The document opens up with a table immediately, and I need to grab the third word in the 2nd row, 2nd column.
I got the code to open the file:
Im used to VB6, which for most input youd open a file for input, but I dont think vb6 could do that with wordperfect/word.
Im thinking if I could get the open application to highlight and copy the text in cell 2,2 of the table, then I could get the word from the clipboard.
Any help would be appreciated
I got the code to open the file:
Code:
WP.Script.OpenFile(File)
Im used to VB6, which for most input youd open a file for input, but I dont think vb6 could do that with wordperfect/word.
Im thinking if I could get the open application to highlight and copy the text in cell 2,2 of the table, then I could get the word from the clipboard.
Any help would be appreciated