View Single Post
  #3   Report Post  
Posted to microsoft.public.word.newusers
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default find capitalized words and replace with a text

Well if you use Find and Replace to simply find ANY instance of canada
regardless of capitalisation and Replace it with Canada, then it should do
what you want. It doesn't matter that it will find Canada and replace it,
because it replaces it with Canada anyway. Just keep the F&R dead simple.

--
Terry Farrell - MSWord MVP

"mark20090901" u54447@uwe wrote in message news:9b7a75bfa7243@uwe...
I need a macro that do this in MS Word 2007

in the selected part of text to:
- find any words whose all LETTERS are capitalized (so Canada for
example
should not be found, but CANADA should be)
- and replaces all those instances with a text , for example string
"HERE"

I wonder if anybody could help with that?

Mark