I am wondering, how can I have the each table name has
"Person1" and the next "Person2" etc...?
Actually, what I would like to have is to use VBA to count the number of tables that are created and to number each of the tables:
"Table 1",
"Table 2",
"Table 3", etc.
Thanks for your help.