KeyBinding.KeyString (Word)

Renvoie la combinaison de touches correspond aux touches spécifiées (par exemple, CTRL + MAJ + A).


CustomizationContext = NormalTemplate 
If KeyBindings.Count >= 1 Then 
 MsgBox KeyBindings(1).KeyString 
End If