Selection.TypeBackspace (Word)

Deletes the character preceding a collapsed selection (an insertion point).

This method corresponds to functionality of the BACKSPACE key. If the selection isn't collapsed to an insertion point, the selection is deleted.


With Selection 
 .Collapse Direction:=wdCollapseEnd 
 .TypeBackspace 
End With