L
Larry
If you have a bookmark X which is more than one character in size, how
would you determine if the cursor is located somewhere in that bookmark?
I tried this, but this only works if Selection.Range is exactly equal to
the range of the bookmark.
If Selection.Range = ActiveDocument.Bookmarks("X").Range Then MsgBox
"Yes"
Thanks,
Larry
would you determine if the cursor is located somewhere in that bookmark?
I tried this, but this only works if Selection.Range is exactly equal to
the range of the bookmark.
If Selection.Range = ActiveDocument.Bookmarks("X").Range Then MsgBox
"Yes"
Thanks,
Larry