A family of Microsoft word processing software products for creating web, email, and print documents.
There is no single command in Word that sets what Word calls "Word Title Case" (not the same as "Sentence Title Case"). You can use the dialog, or you can install the following macro and assign an otherwise unused keyboard shortcut to run the macro.
Sub SetWordTitleCase()
Selection.Range.Case = wdTitleWord
End Sub