Chris has attended:
Excel VBA Intro Intermediate course
Accelerator on command buttons
A userform has a command button called Delete Global Names. The accelerator key for this button is D. I want the command button to show an underscore under the 'D' of Delete to indicate to the user what the accelerator key is. How do I do that?
RE: Accelerator on command buttons
Hi Chris, thanks for your query. Make sure the caption of the command button reads "Delete Global Names". Then, with the command button selected, add the letter "D" to the Accelerator property in the bottom left hand properties panel. That should do the trick!
Hope this helps,
Anthony