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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -