U
Ulrich
Hi,
how can i (right-)align a table's column in vb?
I use the following code:
Set Tbl = WordDoc.Tables.Add(somRange, intRows, intCols)
Tbl.Cell(iRow, iCol).Range.Text = someText
Now i want to right-align or center one of the columns icol. Using the table
or selection range-method .Rows.Alignment=wdAlignRowRight does not work!
What do i do wrong?
Please help me someone. Thanks.
how can i (right-)align a table's column in vb?
I use the following code:
Set Tbl = WordDoc.Tables.Add(somRange, intRows, intCols)
Tbl.Cell(iRow, iCol).Range.Text = someText
Now i want to right-align or center one of the columns icol. Using the table
or selection range-method .Rows.Alignment=wdAlignRowRight does not work!
What do i do wrong?
Please help me someone. Thanks.