I hate trying to figure out which hotkeys are available when I need to add a control to a userform, so I wrote a procedure to list them. Sub ListHotKeys(uf As UserForm)
Dim ctl As Control
Dim aKeys() As String
Dim sKey As String
Dim i As Long, j As [...]
Read More...
Read the complete post at http://www.dailydoseofexcel.com/archives/2008/07/22/list-userform-hotkeys/
Posted
Jul 22 2008, 06:36 PM
by
Daily Dose of Excel