Hi there,
how can i get the number of columns of a Word table, knowing that this table has some columns and rows Merges ?
I use the following comand:
With Me.oWord.GetTableByBookMark("test"
.Range.Columns.Count
end with
But this comand only returns the columns number of a whole table, but what if i need to get the number of comumns of a specific row, since the entire table is full of Merges ?
Even if i specify a row, it always returns me the same number...!!!!!!!
Many thanks
Sergio N. Oliveira
how can i get the number of columns of a Word table, knowing that this table has some columns and rows Merges ?
I use the following comand:
With Me.oWord.GetTableByBookMark("test"
.Range.Columns.Count
end with
But this comand only returns the columns number of a whole table, but what if i need to get the number of comumns of a specific row, since the entire table is full of Merges ?
Even if i specify a row, it always returns me the same number...!!!!!!!
Many thanks
Sergio N. Oliveira