in reply to Re^2: Word tables, OLE, perl, and me.
in thread Word tables, OLE, perl, and me.

To get the selection you do the following:
$table->Select; my $selection = $word->ActiveWindow->Selection;

- John