View Single Post
 
Old 09-15-2011, 04:39 AM
OTPM OTPM is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Apr 2011
Location: West Midlands
Posts: 981
OTPM is on a distinguished road
Default

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)
Reply With Quote