A
Alfred
I use the following macro in VB6 - Word 2003 - Windows XP:
Sub SelectSentence()
Selection.Sentences(1).Select
End Sub
I assigned the shortcut Alt+R to this macro. Now I want to be able to
select multiple sentences, but I cannot figure out how to do this.
What I would like to do the macro is:
1) select the sentence in which the cursor is
2) if I keep Alt pressed and hit the R-key again, the macro will keep
the first sentence selected and extend the selection with the next
sentence
Any help appreciated.
Alfred
Sub SelectSentence()
Selection.Sentences(1).Select
End Sub
I assigned the shortcut Alt+R to this macro. Now I want to be able to
select multiple sentences, but I cannot figure out how to do this.
What I would like to do the macro is:
1) select the sentence in which the cursor is
2) if I keep Alt pressed and hit the R-key again, the macro will keep
the first sentence selected and extend the selection with the next
sentence
Any help appreciated.
Alfred