E
Ed
In VBA code, I can Find a text string, and then check to see if it's in a
table. If it is, I can get the RowIndex and ColumnIndex. But I'm having
trouble getting the "TableIndex", if there is such a thing. I need to be
able to Find the text, then go up to the Caption text to see if it's the
correct table; if not, Find Next - but the "next" one might be interpreted
as the one I just left. If I can get the "TableIndex" and store it, I can
say "If in TableXX (where I just was), Find Next." Then, when I do find the
right table< I can use the Table number in "Select Table(XX).Cell(A, B)
etc."
Any suggestions are appreciated.
Ed
table. If it is, I can get the RowIndex and ColumnIndex. But I'm having
trouble getting the "TableIndex", if there is such a thing. I need to be
able to Find the text, then go up to the Caption text to see if it's the
correct table; if not, Find Next - but the "next" one might be interpreted
as the one I just left. If I can get the "TableIndex" and store it, I can
say "If in TableXX (where I just was), Find Next." Then, when I do find the
right table< I can use the Table number in "Select Table(XX).Cell(A, B)
etc."
Any suggestions are appreciated.
Ed