How to find Cell that contains a Range in Word VBA -
in word vba have reference range contained withing table cell.
how can reference containing cell (the innermost cell if there nested tables)?
what i'm trying achieve find cell containing range, move next adjacent cell.
this worked me:
debug.print rng.cells(1).next.range.text
Comments
Post a Comment