C
cyberdude
Hi,
I have 10 tables arranged like this:
table 1
table 2
..
..
..
table10
Each table is a simple 1 row x 1 column table. Two nearest tables are
separated by an empty line. I would like to write a macro that re-
arranges the table like this:
table 1
table 3
..
..
..
table 9
table 2
table 4
..
..
..
table10.
After the re-arrangement, the odd-number-tables are in the first part
of the document, and they are followed by the even-number-tables.
This is my first problem.
The second problem is that I need to remove the table frames after the
re-arrangement. In other words, I want to take the content out of
each table, remove the table frame and put the content back to its
original position.
Mike
I have 10 tables arranged like this:
table 1
table 2
..
..
..
table10
Each table is a simple 1 row x 1 column table. Two nearest tables are
separated by an empty line. I would like to write a macro that re-
arranges the table like this:
table 1
table 3
..
..
..
table 9
table 2
table 4
..
..
..
table10.
After the re-arrangement, the odd-number-tables are in the first part
of the document, and they are followed by the even-number-tables.
This is my first problem.
The second problem is that I need to remove the table frames after the
re-arrangement. In other words, I want to take the content out of
each table, remove the table frame and put the content back to its
original position.
Mike