Quote:
Originally Posted by macropod
Unless you only ever want to modify row 3 in table 2, you really should be using
.Tables(lTbl).Cell(lRow, 2).Range
That's because lTbl tells Word which table to modify and lRow tells Word which row in that table you're working with. If you're working on table 2, that's what lRow will contain and, if you're working on row 3, that's what lRow will contain. Note that it's lRow, not Row.
I'd attach an update with Table 9b now incorporated, but the forum software isn't cooperating right now...
|
Is lRow and lTbl the "address" for that specific table or any table?
I have additional pages for this form that have separate tables. If I wanted to do this in those how do I identify that specific table?