Converts the selection to all uppercase characters.
Converts the selection to all uppercase letters. For instance, a will become A, ä will become Ä, and λ will become Λ.
•Default Menu: Convert > Uppercase
•All Commands: Convert > Uppercase
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: CTRL+SHIFT+U
•EEID_MAKE_UPPER (4149)
document.selection.ChangeCase(eeCaseUpperCase);
document.selection.ChangeCase eeCaseUpperCase