I am trying to make a template that will up to 7 different tables in it. I will need to refer to these tables individually and the only way i have found to do this is - Activedocument.tables(x). Problem is that not all the tables are there all the time so a table that was, say, number 6 one time may be number 4 another. Is there a way to use text names or locking a number to a particular table.

Thanks in advance.