Hi Walt,
Did you try the macro in the link I posted?
The macro you posted looks like it's only one of a series you're using for your reformatting. Aside from the fact that it has a lot of redundant code (if you look at the macro code in the link I posted you can see how much it can be simplified), the reason you're getting the prompts is that your code has '.Wrap = wdFindAsk' (three times). If you change that to '.Wrap = wdFindStop', it'll simply stop searching at the end of whatever's selected. Alternatively, if you change it to '.Wrap = wdFindContinue', it will continue without asking.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|