View Single Post
 
Old 07-25-2019, 06:11 PM
Dave T Dave T is offline Windows 7 64bit Office 2013
Advanced Beginner
 
Join Date: Nov 2014
Location: Australia
Posts: 66
Dave T is on a distinguished road
Default

Hello eduzs,

Thank you for you reply.
I have attached an edited version of what I am trying to achieve that shows the formatting I am after along with the full macro I am using.

I am not sure if my problem is where I use:
Code:
With Selection.Paragraphs(1)
or should I use something along the lines of:
Code:
Selection.Paragraphs(1).Range.Select
I am hoping someone can show me if there is a better way of achieving this result for any selected paragraphs, anywhere within the document.

Regards,
Dave T
Attached Files
File Type: docm Format selected paragraphs.docm (25.5 KB, 10 views)
Reply With Quote