My question was about looking for (..) which was double periods inside brackets. I didn't see why that one was necessary. If you have double periods not inside brackets then you can add that case at the bottom.
You can remove italics right up the top by adding this line below the one included
Code:
Selection.Style = ActiveDocument.Styles("N-BodyText,n-bd")
Selection.Font.Italic = False
Alternatively, you can remove all local font attributes (bold, italic, colour, size etc) which might be overriding the style's font settings by using this line instead
Code:
Selection.Font.Reset