Hi,
one way would be, not to use rows and columns at all.
Have a look at this one:
With ActiveDocument.Tables(1).Range
MsgBox .Cells.Count
.Cells(12).Select ' for testing
.Cells(12).Range.Text = "V4.0"
End With
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
"red.sys" & chr(64) & "t-online.de"
Word 2002, Windows 2000
Andibevan - 16 Aug 2005 12:47 GMT
Thanks Helmut - that's great :-)
> Hi,
>
[quoted text clipped - 12 lines]
> "red.sys" & chr(64) & "t-online.de"
> Word 2002, Windows 2000