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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -