Thanks Hui. Of course, I've been using Excel 2010 for my development and was experiencing the same thing; it doesn't work. Since users could be using either Excel 2003 or 2007, I changed my code to use the CTL key instead of the ALT key. That seems to be less problematic, though I've noticed...
I'm trying to set up several shortcut keys using the Application.OnKey command in the Workbook.Open event of an Excel 2007 workbook. I'm using the following code, but it is not working. Any suggestions on what I'm doing wrong and how to correct it, would be greatly appreciated...