S
Steve
I know how to set the first row of a table to display on each page
using VBA - "Tables(1).Rows(1).HeadingFormat = True"
....but if there are merged cells in the table, I get error 5991 -
"Cannot access individual rows in this collection because the table has
vertically merged cells"
Does anyone know of a workaround?
I am pulling an HTML table into the word doc automatically (using VB6)
and need to set the HeadingFormat. I have no idea if the table will
have merged cells or not.
steve
using VBA - "Tables(1).Rows(1).HeadingFormat = True"
....but if there are merged cells in the table, I get error 5991 -
"Cannot access individual rows in this collection because the table has
vertically merged cells"
Does anyone know of a workaround?
I am pulling an HTML table into the word doc automatically (using VB6)
and need to set the HeadingFormat. I have no idea if the table will
have merged cells or not.
steve