D
Derek
ok so I have a vbscript routine that populates a table in a word document, I
can merge cells in a row but for some reason I can't merge 3 rows in a single
column. Below is the code (that works) for mergin cells in a single row, my
question is how do I merge rows in a column?
Set oRng = objDocument.Range (<cTable>.Cell(1,2).Range.start,
<cTable.Cell(1,6).Range.End)
oRng.Cells.Merge.
Thanks in advance,
Derek
can merge cells in a row but for some reason I can't merge 3 rows in a single
column. Below is the code (that works) for mergin cells in a single row, my
question is how do I merge rows in a column?
Set oRng = objDocument.Range (<cTable>.Cell(1,2).Range.start,
<cTable.Cell(1,6).Range.End)
oRng.Cells.Merge.
Thanks in advance,
Derek