
Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Hi Helmut,
Nope, you were right on. I knew it would be something simple like that, but,
still being somewhat new to Word VBA programming, I wasn't looking in the
right place. I was convinced it would be something like Row.Previous, but
that wasn't working for me.
Thanks so much for your help.
Rich
> Hi Rich,
>
> selection.InsertRowsBelow
> selection.MoveUp
>
> or have I overlooked something?