Quote:
Originally Posted by rsrasc
if I have more than two or three paragraphs, the selected text will not keep the paragraphs. If there is a way to keep the paragraphs in place that will be great.
|
Given that the macro replaces paragraph breaks with spaces it is difficult to see how you might delete them and yet retain them.
It is also hard to imagine what
Code:
Selection.Font.Bold = wdToggle
Selection.Font.Bold = wdToggle
Selection.WholeStory
Selection.Font.Bold = wdToggle
Selection.EscapeKey
is meant to achieve.
What is it that is wrong with the formatting that you are trying to address?