View Single Post
 
Old 11-09-2023, 12:31 AM
RobiNew RobiNew is offline Windows 10 Office 2016
Competent Performer
 
Join Date: Sep 2023
Posts: 200
RobiNew is on a distinguished road
Default

Thank you very much indeed, Gmaxey! It is all very instructive. The code works perfectly, but the style in .Paragraphs(3) - which includes Character: Italics - fails to convert to italics. Is there a simple way to force the change? Many thanks!


UPDATE: I managed to amend using:
.Paragraphs(3).Range.Style = wdStyleDefaultParagraphFont
.Paragraphs(3).Range.Style = "Mystyle"
Reply With Quote