I'd like to iterate through all Tables in Selection object. So how to
detect
I don't understand exactly what you want. Do you want to know whether the
selection is in a table? Or do you need to know in which cell it is? You need
to be more specific...
Thanks for your responce. I just want to get First and Last column and row
indexes of selection in a table. That was solved using
Selection.Information(...) with parameters: wdStartOfRangeColumnNumber,
wdStartOfRangeRowNumber, wdEndOfRangeRowNumber, wdEndOfRangeColumnNumber.
Best reagrds,
Andrew Sheshko.