J
Joe
This is my third time to ask for help on this problem in the last 2
months. It must be a difficult code to write, but maybe someone has an
idea.
I'd like a macro that will break a table up into smaller tables,
duplicating column one and pairing it with each subsequent column.
The tables are of 3 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
Can anyone show me and example of such a macro.
Thanks,
Joe
months. It must be a difficult code to write, but maybe someone has an
idea.
I'd like a macro that will break a table up into smaller tables,
duplicating column one and pairing it with each subsequent column.
The tables are of 3 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
Can anyone show me and example of such a macro.
Thanks,
Joe