J
John Thomas
In a table, is there a way I can let users select which cells or rows to vertically merge?
For example, if I have a table of 10 rows and three columns, and the table heads comprise three rows, I want to be able to vertically merge the three table head cells in column 1 first, then the three table head cells in column 2 next, then finally the three table head cells in column 3
Variables to deal with:
- number of rows that contain table head data (these are the rows I will want to vertically merge
- where the head rows appear in the table (sometimes the first row in the table will be where the table heads start, but sometimes the table heads won't appear until row 2, 3, 4, or wherever
- number of columns in tabl
I'm guessing this could be done programmatically by letting the user type a range of rows into a message box, or perhaps select the rows in question that they want to merge. Or possibly there's another way to do it
Thanks.
For example, if I have a table of 10 rows and three columns, and the table heads comprise three rows, I want to be able to vertically merge the three table head cells in column 1 first, then the three table head cells in column 2 next, then finally the three table head cells in column 3
Variables to deal with:
- number of rows that contain table head data (these are the rows I will want to vertically merge
- where the head rows appear in the table (sometimes the first row in the table will be where the table heads start, but sometimes the table heads won't appear until row 2, 3, 4, or wherever
- number of columns in tabl
I'm guessing this could be done programmatically by letting the user type a range of rows into a message box, or perhaps select the rows in question that they want to merge. Or possibly there's another way to do it
Thanks.