S
Sydney
In VBA, am putting together a little rolodex-type project that reads
lists of names, addresses, phone numbers, etc. (about 20 small pieces
of such data per row) from a Word table, using a straightforward
array. The tables typically consist of 25 rows or so, with 20 columns
each.
VBA opens up the Word doc containing the table, reads it and closes
it. Works just fine for small lists, but I'm afraid that with 100 or
200 rows to read, the process might take too long.
Two basic questions here:
1. To read the data do I have to physically open the Word docs
containing the tables – or can the tables be read without being
opened? And what code will do that?
2. Is it worth learning Access to store the data, read it and bring
it up in Word? What about converting existing Word tables to Access
records – is that simple? Will Access give me data that appears
instantly in a Word format? In other words, are Access's benefits so
spectacular that they justify the learning curve?
Your expertise in projects like this is eagerly sought and will be
much appreciated ! ! !
Sydney
lists of names, addresses, phone numbers, etc. (about 20 small pieces
of such data per row) from a Word table, using a straightforward
array. The tables typically consist of 25 rows or so, with 20 columns
each.
VBA opens up the Word doc containing the table, reads it and closes
it. Works just fine for small lists, but I'm afraid that with 100 or
200 rows to read, the process might take too long.
Two basic questions here:
1. To read the data do I have to physically open the Word docs
containing the tables – or can the tables be read without being
opened? And what code will do that?
2. Is it worth learning Access to store the data, read it and bring
it up in Word? What about converting existing Word tables to Access
records – is that simple? Will Access give me data that appears
instantly in a Word format? In other words, are Access's benefits so
spectacular that they justify the learning curve?
Your expertise in projects like this is eagerly sought and will be
much appreciated ! ! !
Sydney