View Single Post
  #7  
Old March 3rd 07, 04:36 PM posted to microsoft.public.outlook.program_vba
Howard Kaikow
external usenet poster
 
Posts: 41
Default Macro works in Word 2007, but not in Outlook 2007

With wdSelection.Find
.ClearFormatting
.Replacement.ClearFormatting
.Text = "aa"
.Replacement.Text = "á"
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
.Execute
End With
--
http://www.standards.com/; See Howard Kaikow's web site.


Ads