- Joined
- Feb 19, 2018
- Messages
- 2
- Reaction score
- 1
In particular I would like to see a description on how to use functions such as
CurrentColumn = Word.WdInformation.wdEndOfRangeColumnNumber. This is not from inside the word document using VBA but with a standalone VB.Net program accessing a word document to extract text data from a table, etc.
For some reason the standalone pgm returns column 17 as the column containing the selected text. Very similar code in
a VBA app returns column 1 which is correct.
Not looking for a solution but just a good description of the various functions available using a Reference to Word 16 object in the and an import of Microsoft.Office.Interop
Thanks
CurrentColumn = Word.WdInformation.wdEndOfRangeColumnNumber. This is not from inside the word document using VBA but with a standalone VB.Net program accessing a word document to extract text data from a table, etc.
For some reason the standalone pgm returns column 17 as the column containing the selected text. Very similar code in
a VBA app returns column 1 which is correct.
Not looking for a solution but just a good description of the various functions available using a Reference to Word 16 object in the and an import of Microsoft.Office.Interop
Thanks