I have a 500 page document that has a few hundred small tables. What I would like to do is:
1. Take the content of each table, convert to text delimited by paragraph so I have a column of text based on the cell contents of the entire table.
2. Take that column of text that was produced and import it into a row in excel.
3. Repeat for each table so that by the end of the document, I have a excel sheet with a bunch of rows, each of which represents the entire contents of a single table.
I'll be honest, I'm not a Visual Basic coder, but I do write scripts so I know how this could be done theoretically, I just don't yet have the knowledge to do it in VB and I'm up against a short timeline. Any help?
1. Take the content of each table, convert to text delimited by paragraph so I have a column of text based on the cell contents of the entire table.
2. Take that column of text that was produced and import it into a row in excel.
3. Repeat for each table so that by the end of the document, I have a excel sheet with a bunch of rows, each of which represents the entire contents of a single table.
I'll be honest, I'm not a Visual Basic coder, but I do write scripts so I know how this could be done theoretically, I just don't yet have the knowledge to do it in VB and I'm up against a short timeline. Any help?