A
avkokin
Hello.
I need to select first word into current document. I use follow macro:
Sub selFirstWord()
ActiveDocument.Words.First.Select
End Sub
But if text has the space or pilcrow sing at the first set-out, then
selecting it - not word. Similar with last word.
Question: how to set bound for selection only for words?
Thank you very much.
I need to select first word into current document. I use follow macro:
Sub selFirstWord()
ActiveDocument.Words.First.Select
End Sub
But if text has the space or pilcrow sing at the first set-out, then
selecting it - not word. Similar with last word.
Question: how to set bound for selection only for words?
Thank you very much.