T
TonyLogan
If I have a variable number of tables in a document, how can I loop through all the tables, with the goal being to find each table, perform some cleanup or find/replace functions within each table, find the next table, etc., until the end of the document?
I can write the code to do the clean-up and find/replace stuff, but I can't figure out how to find each table and stop at the end of the document.
Thanks.
I can write the code to do the clean-up and find/replace stuff, but I can't figure out how to find each table and stop at the end of the document.
Thanks.