You don't need a macro for this. Instead of using Find use Replace.
Find "abcd" and replace with "abcd" click "Replace All." Word will
tell you how many times it performs the replacement.
On Mar 27, 12:04 pm, spovo...@gmail.com wrote:
> You don't need a macro for this. Instead of using Find use Replace.
> Find "abcd" and replace with "abcd" click "Replace All." Word will
[quoted text clipped - 10 lines]
> > yet. Thanks in advance to anyone who can help.
> > Steve
Thanks -
I do know how to do this and get the number of replacements - is there
a way to store this number in a variable? When I ran it as a recorded
macro, it doesn't record the number of replacements made which is the
number I'm looking for. Any ideas?
Greg Maxey - 27 Mar 2007 20:52 GMT
Well I have an AddIn that I posted on my website a year or so ago that
provided a count of items found. You could adapt it to the write the
count to a document variable:
http://gregmaxey.mvps.org/Find_it_tool_bar.htm
On Mar 27, 1:49 pm, spovo...@gmail.com wrote:
> > You don't need a macro for this. Instead of using Find use Replace.
> > Find "abcd" and replace with "abcd" click "Replace All." Word will
[quoted text clipped - 16 lines]
> macro, it doesn't record the number of replacements made which is the
> number I'm looking for. Any ideas?