J
James Lavery
I'm using Microsoft.Office.Interop.Word from a VB.NET application to
create a Word 2003 document with tables in it.
I need to merge cells 2 and 3 in a row, while leaving cell 1 intact.
The problem is that I cannot see how I can programmatically select
just cells 2 and 3. Using the Cell.Select method just selects the
current cell.
Can someone point me in the right direction, please?
Thanks,
James
create a Word 2003 document with tables in it.
I need to merge cells 2 and 3 in a row, while leaving cell 1 intact.
The problem is that I cannot see how I can programmatically select
just cells 2 and 3. Using the Cell.Select method just selects the
current cell.
Can someone point me in the right direction, please?
Thanks,
James