Word VBA, Move Cursor to End of Line
Using the code snippet below you can move the cursor to the end of the Line: Selection.EndKey Unit:=wdLine Assume the cursor is somewhere in the middle of a line: Result after using the code above: See also: Word VBA, Move Cursor to Start of Document Word