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