J
Joe
The data files in Word each have around 50 tables of 2 to 5 columns and
a 8 to 20 rows. In each table, the first column always contains labels.
For example:
Record1 Record2
Label1 4 2
Label2 5 4
Label3 Blue Red
I'd like to get a macro that goes through the current document and
breaks up every table with more than 2 columns. Ideally, it would
remove each column beyond column 2 and attach it to the labels column
to be inserted as sepeate tables following the original.
For example:
Record1
Label1 4
Label2 5
Label3 Blue
Record2
Label1 2
Label2 4
Label3 Red
Ultimately, I'd like all tables to also be converted to tab delimited
text. Can anyone show me and example of such a macro.
Thanks,
Joe
a 8 to 20 rows. In each table, the first column always contains labels.
For example:
Record1 Record2
Label1 4 2
Label2 5 4
Label3 Blue Red
I'd like to get a macro that goes through the current document and
breaks up every table with more than 2 columns. Ideally, it would
remove each column beyond column 2 and attach it to the labels column
to be inserted as sepeate tables following the original.
For example:
Record1
Label1 4
Label2 5
Label3 Blue
Record2
Label1 2
Label2 4
Label3 Red
Ultimately, I'd like all tables to also be converted to tab delimited
text. Can anyone show me and example of such a macro.
Thanks,
Joe