View Single Post
 
Old 02-24-2022, 02:55 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

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
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote