C
cognoscento
I've been left in the all-too-common situation of having really ugly
legacy documents that I have to convert into something usable. In this
case, it's a whole mess of Word documents that are basically long long
tables that I need to import into Access.
It's an easy matter to take those Word documents and convert them into
Excel spreadsheets. Unfortunately, the formatting is a mess; some cells
are merged and not all the information for one record is on a single
row. I'll have to do some batch processing to convert the formatting
first. The silver lining is that the formatting seems to be quite
regular so the conversion should require only a minimum of manual
intervention.
So, two questions:
1) Based on what I've said, is that a reasonable workdlow? Word
document ==> Excel Document ==> Processed with a VBA script to
regularize formatting ==> import into Access. I could probably drop the
Excel step, but I want to go over the data afterwards by hand just to
make sure everything's kosher.
2) Could anyone in here suggest any tutorials or sites that might help
educate me so that I can put this script together? I'm not terribly
familiar with VBA.
Cheers.
C.
legacy documents that I have to convert into something usable. In this
case, it's a whole mess of Word documents that are basically long long
tables that I need to import into Access.
It's an easy matter to take those Word documents and convert them into
Excel spreadsheets. Unfortunately, the formatting is a mess; some cells
are merged and not all the information for one record is on a single
row. I'll have to do some batch processing to convert the formatting
first. The silver lining is that the formatting seems to be quite
regular so the conversion should require only a minimum of manual
intervention.
So, two questions:
1) Based on what I've said, is that a reasonable workdlow? Word
document ==> Excel Document ==> Processed with a VBA script to
regularize formatting ==> import into Access. I could probably drop the
Excel step, but I want to go over the data afterwards by hand just to
make sure everything's kosher.
2) Could anyone in here suggest any tutorials or sites that might help
educate me so that I can put this script together? I'm not terribly
familiar with VBA.
Cheers.
C.