Quote:
Originally Posted by jeffreybrown
Two questions:
First, using the macro above, how can it be modified to execute on only the selected text?
Second, can it be executed thru a right click event?
|
1. For the original macro, change:
.Wrap = wdFindContinue
to:
.Wrap = wdFindStop
2. No, but you could assign it to a keyboard shortcut.