I have nested bookmarks in a document (for example [xxxxx[yyyyyy]xxxxx]).
Is it possible using Word VBA to identify if the cursor is in the "yyyyy"
bookmark instead of the "xxxxx" bookmark? When I use
"Selection.Bookmarks(1).Select", I always get the larger of the two bookmarks
returned.
Many thanks.