W
Word.user
I have a bookmark start, I want to get text, and length of that text next to
it.
When I use
Selection.GoTo What:=wdGoToBookmark, Name:="start"
Set bmrange = Selection.Range
MsgBox (bmrange.Text)
The msgbox shows nothing. This is what the bookmark looks like
IBookmark text
I want to retrieve "Bookmark text" and no of words and length of "Bookmark
text"
Thanks in advance
it.
When I use
Selection.GoTo What:=wdGoToBookmark, Name:="start"
Set bmrange = Selection.Range
MsgBox (bmrange.Text)
The msgbox shows nothing. This is what the bookmark looks like
IBookmark text
I want to retrieve "Bookmark text" and no of words and length of "Bookmark
text"
Thanks in advance