C
Cookie
I have a table that has 12 columns. The heading row only has three
(they have been merged). And, every other row is one column (merged
across). Now, my consultant wants me to insert a column in the entire
table. What I normally do is split the table between rows, add a new
column in each of the single tables, and then join them up again.
There has to be a better way!
Any help will be appreciated.
(they have been merged). And, every other row is one column (merged
across). Now, my consultant wants me to insert a column in the entire
table. What I normally do is split the table between rows, add a new
column in each of the single tables, and then join them up again.
There has to be a better way!
Any help will be appreciated.