Deletes the character preceding a collapsed selection (an insertion point). If the selection isn't collapsed to an insertion point, the selection is deleted.
Note This method corresponds to functionality of the BACKSPACE key.
Syntax
expression.TypeBackspace
expression Required. An expression that returns a Selection object.