R
Robert Crandal
My Excel VBA program uses the msoFileDialogFilePicker
form that lets the user choose a Word document.
The available Word documents to choose from are formatted
as follows: There is one line of text at the top of the document.
Next, right below the top header line, there is one table that
contains 6 columns and N rows.
I would like my Excel VBA program to scan each row of
the table in the Word document, then copy each row of data
into my Excel sheet.
Can anyone show me a basic example of how to do this?
Im not exactly sure how to reference a table object in a Word
document, then paste data back into an Excel file.
I'd appreciate any help. Thank you!
form that lets the user choose a Word document.
The available Word documents to choose from are formatted
as follows: There is one line of text at the top of the document.
Next, right below the top header line, there is one table that
contains 6 columns and N rows.
I would like my Excel VBA program to scan each row of
the table in the Word document, then copy each row of data
into my Excel sheet.
Can anyone show me a basic example of how to do this?
Im not exactly sure how to reference a table object in a Word
document, then paste data back into an Excel file.
I'd appreciate any help. Thank you!