How can I get part of the text of a Word table cell ?
There is an object
oTb:Item(1):Rows:Item(1):Cells:Item(1)
However, if I try to cut out a piece of cell text,
oTb:Item(1):Rows:Item(1):Cells:Item(1):Range(1, 100):Text
I get an error (Word.Application:ACTIVEDOCUMENT:TABLES:ITEM:ROWS:ITEM:CELLS:ITEM/6 DISP_E_UNKNOWNNAME: RANGE)