View Single Post
  #4   Report Post  
Arnica Arnica is offline
Junior Member
 
Posts: 0
Default

Quote:
Originally Posted by JWeissmn View Post
Try removing this line:

Selection.Find.Replacement.ClearFormatting

which removes the italic formatting from your replacement text.
Thank you. Indeed, that's what I was suspecting. But I nevertheless need to add the italics, since they aren't there to begin with:

Selection.Find.Replacement.Font.Italic = True

I got this line by recording the same macro in Word 2000. The mystery is why it doesn't appear when I record exactly the same thing in Word 2003, where I get this line instead:

Selection.Find.Replacement.ClearFormatting

Any explanation for this behavior?

Thanks.