loop through tables and extract from document

Joined
Jul 1, 2011
Messages
20
Reaction score
0
Hi,

I have lots of documents that I need to look through, and I need to find out if there are any 'HOLDS' (withheld information) in them.

In each document, there are several tables, one of which is the list of holds to do with that document. However, the format of each document is not the same and therefore the holds table can be in different places depending on the document.

I would like to automate the search process so the VBA code searches the tables in the document, and then once it finds ‘hold number’ in the column heading, it extracts that table to an access table for referencing. I have extremely limited VBA knowledge, as I have only worked with access SQL script writing, so comments through the script saying what is going on would be greatly appreciated.
Is this possible?

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top