P
Perry
Hi everyone..
In Word2003, I'm basically trying to add rows dynamically to a table thats
already pre-created on a document from VB6.This table has its rows and cells
formatted with a certain font & font size only. So via code in VB6, I first
select the whole range of a row, and make a call to .InsertRowsBelow(). What
I noticed is that these new rows don't seem to 'carry over' the font & font
sizes of the row that I selected. Besides font/font sizes, these cells only
contain XML tags(for certain use later).
So, is this a common behaviour or am I missing out on something ?
I noticed that using InsertRowsBelow() from codes of a SmartDocument seem to
work fine, but not in my case when I'm manipulating the Word objects from VB.
In Word2003, I'm basically trying to add rows dynamically to a table thats
already pre-created on a document from VB6.This table has its rows and cells
formatted with a certain font & font size only. So via code in VB6, I first
select the whole range of a row, and make a call to .InsertRowsBelow(). What
I noticed is that these new rows don't seem to 'carry over' the font & font
sizes of the row that I selected. Besides font/font sizes, these cells only
contain XML tags(for certain use later).
So, is this a common behaviour or am I missing out on something ?
I noticed that using InsertRowsBelow() from codes of a SmartDocument seem to
work fine, but not in my case when I'm manipulating the Word objects from VB.