Use the ShortcutText property. From Word's VBA Help files:
"Returns or sets the shortcut key text displayed next to a button control
when the button appears on a menu, submenu, or shortcut menu. Read/write
String.
MsgBox (CommandBars("Worksheet Menu Bar"). _
Controls("File").Controls("New...).ShortcutText)"
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.