I have a WORD table with several cells which are vertically merged. Is there
any way through VBA to loop through the cells and detect the specific cells
which are vertically merged?
Hi Dennis,
Have a look at the article "How to get the Rowspan and Colspan of a table
cell using VBA" at http://word.mvps.org/faqs/macrosvba/GetRowColSpan.htm
HTH,
Dave
> I have a WORD table with several cells which are vertically merged. Is there
> any way through VBA to loop through the cells and detect the specific cells
> which are vertically merged?