Extends the selection one word to the left.
Extends the selection one word to the left. If there are white space characters after the word, this command extends the selection to the start of the previous word.
document.selection.WordLeft(true,1);
document.selection.WordLeft true,1