Creating "odd shaped" Table
How do I create a single table (called TableA, for example) with a varying number of column assigned to different rows ?
For example, row 1 has one column;
row 2 has two coumns;
row 3 has one column.
I tried using Set ObjectCol.Add , but it just creates a 3X2 table.
Thanks !
|