I am automating Microsoft Word documents using the following structure
bookmark
h3 header
table
row
cell
Range.Text
Are there any properties or functions already available that would allow a statement such as the following or at least be usable to achieve
that capability?
myvar = mycell.closest("bookmark").find(h3).text