Is it possible to catch each cell in a table in Word XP and insert data to it using VBA? If so, how? I really... REALLY need this one, se please say there is...
Cheers
[edit]
Played around with it and got this =):
[/edit]VB Code:
ThisDocument.Tables.Item(iTableIndex).Cell(iRow, iColumn).Range.Text = sString




Reply With Quote