Hi Cherri,
a million ways to delete the next line,
and a million complications.
This is just a working solution.
Handle with care!
Sub DeleteNextLine()
Dim rTmp As Range
' remember the selection
Set rTmp = selection.Range
With selection
.GoTo _
what:=wdGoToLine, _
which:=wdGoToNext, _
Count:=1
.Bookmarks("\line").Range.Delete
End With
'restore the selection
rTmp.Select
End Sub
Hoping, assigning a shortcut to it would not be a problem.
--
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"