Thanks again Jacob! Guess those codes are needed because of the table/cell structure. What a pain, and unless I missed it, not documented in the Help file.

Zack, I actually changed the code to :
[vba]
If Len(ActiveDocument.Tables(1).Cell(lRows, 1).Range.Text) = 2
[/vba]

Figured the change would save a cycle - every "bit" helps

Cheers,
James