InsertRowsBelow() doesn't carry over font properties of cells?

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top