View Single Post
 
Old 05-23-2014, 07:26 AM
norwood norwood is offline Windows Vista Office 2000
Novice
 
Join Date: Sep 2013
Posts: 23
norwood is on a distinguished road
Default Table with varying columns in each row

I asked a simlar question before : How do I create a single table (called oTbl, for example) with a varying number of column assigned to different rows ?

For example, row 1 has one column;
row 2 has four coumns;
row 3 has two columns;
row 4 has three columns.

(Before, I could use : oTbl.Rows(1).Cells.Merge when I only only needed a table with one and two columns in each row; but now I have more column requirements).

Thanks !
Reply With Quote