Selection.Paragraphs(1).Range.Relocate Direction:=wdRelocateUp
The Help files say you have to be in Outline view to use Relocate, but at
least in W2003 it works in Print and Normal view also.
> Here is my attempt at transposing the current paragraph with the one
> above.
[quoted text clipped - 14 lines]
>
> word vba newbie
dbuchanan - 08 Aug 2005 18:45 GMT
Jezebel,
Thank you so much. It works for me, I am using Word 2003.
I did my research in help but it is quie fruitless trying trying to
find something in help if you don't already know the language. I would
have never imagined "relocate". Help doesn't give many useful clues.