View Single Post
 
Old 07-25-2019, 05:09 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 Format multiple paragraphs differently

Hello All,

I regularly paste several (three to four) short paragraphs of text from various other programs into a Word report and I am after a macro that will apply different manual formatting to each of the paragraphs.
The text is pasted into the Word document without any source formatting.

I have tried using:
Code:
With Selection.Paragraphs(1)
With Selection.Paragraphs(2)
With Selection.Paragraphs(3)
With Selection.Paragraphs(4)
This works OK, but formats the first paragraph of the document, not my selected paragraphs.

After I have selected the specific paragraphs within my document, I am after a macro that will apply the manual formatting to the selected 3-4 paragraphs only, wherever they may be within the document.

If what I have asked is not clear, I am happy to post my full code of what I have done so far.

Thanking you all in advance.
Dave T
Reply With Quote