View Single Post
 
Old 01-10-2014, 05:42 PM
fumei fumei is offline Windows 7 64bit Office XP
Expert
 
Join Date: Jan 2013
Posts: 440
fumei is on a distinguished road
Default

Just to emphasis a point; the index number of the table collection is the ORDER in the document. A table does not have an explicit index number. Or rather, it does have an explicit number, but the number is derived dynamically from the order the table is in. So if Tables(4) has a table inserted before it, it is now Tables(5). And if Tables(4) is moved after Tables (7), it now becomes Tables(7) - as Tables(7) becomes Tables(6), because Tables(4) is no longer there.
Reply With Quote