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"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
.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