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

c# - OpenXML hanging while writing elements -

php - regexp cyrillic filename not matches -

java - IntelliJ - No such instance method -