B
bzamfir
Hi,
I have a document with several tables in it, and before each two tables I
have a title string, which is unique.
I need to update some data in table cells, which I can do using Cells
collection for the table object.
However, I don't know how can I find a reference to those two tables who
follows the title.
I don't want to use document.tables(idx), since it might be possible to
change tables order sometimes.
How can I do this?
Best regards,
Bogdan
I have a document with several tables in it, and before each two tables I
have a title string, which is unique.
I need to update some data in table cells, which I can do using Cells
collection for the table object.
However, I don't know how can I find a reference to those two tables who
follows the title.
I don't want to use document.tables(idx), since it might be possible to
change tables order sometimes.
How can I do this?
Best regards,
Bogdan