in reply to Finding the right table in MS Word document [Win32::OLE]

First you search for text (Select?), after you find it, you use Next method to find objects after your selection until you run into a table..... probably easier to create a macro and translate it.

Very similar to HTML DOM programming

  • Comment on Re: Finding the right table in MS Word document [Win32::OLE]