Thank you, that works! Only question is, how would I limit the iterations in the For loop to the number of rows I have selected in the table beforehand versus the total number of rows in the table? I believe
For lngIndex = 1 to oTbl.Rows.Count
gives me the latter.
|