View Single Post
 
Old 03-27-2014, 12:28 PM
norwood norwood is offline Windows Vista Office 2000
Novice
 
Join Date: Sep 2013
Posts: 23
norwood is on a distinguished road
Default 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 !
Reply With Quote