Hi
All tables, by default, are numbered in MS Word. For example the first table is Table1, the second Table2 etc.
So in your code you could put the following line of code before you sort your table:
Selection.GoTo What:=wdGoToTable, Which:=wdGoToFirst, Count:=3, Name:=""
This would take you to Table3 in the document.
Hope this helps.
Good luck.
Tony(OTPM)
|