I need to read from the table in incoming Word documents. These tables can be of two types:
The first row in both tables can be read without problems: I locate the first cell, expand the range or selection to the row and read contents of the cells, then move the selection down and so on.
But in the second case I need to read the text contained in the cells with “Min” and “Max” (because sometimes it is “Max | Min”).
My questions are:
- how to recognize what type of table is there; and
- how can I read the contents of cells that contain “Min” and “Max in the picture?