Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.

List Userform Hotkeys

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
Copyright Excel User Group and the relevant contributors, 2008. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.