Editor.SelectAll(); Editor.Copy(); for (var i=0; i<3; i++) { Editor.GoFileEnd(); Editor.Paste(); }