document.selection.SelectLine(); document.selection.Cut(); document.selection.LineDown(false,1); document.selection.Paste(); document.selection.LineUp(false,1); document.selection.SelectLine();