G George Lee Jan 6, 2010 #1 Can you trap the keyup or keydown events at the application level using VBA? if so, how is that done?
Can you trap the keyup or keydown events at the application level using VBA? if so, how is that done?
C Chirag Jan 7, 2010 #2 You might want to subclass PowerPoint's main window and see if the messages that you get are the ones you want to handle. An example of how to subclass PowerPoint's main window is available at http://officeone.mvps.org/vba/subclass_powerpoint.html - Chirag PowerShow - View multiple PowerPoint slide shows simultaneously http://officeone.mvps.org/powershow/powershow.html
You might want to subclass PowerPoint's main window and see if the messages that you get are the ones you want to handle. An example of how to subclass PowerPoint's main window is available at http://officeone.mvps.org/vba/subclass_powerpoint.html - Chirag PowerShow - View multiple PowerPoint slide shows simultaneously http://officeone.mvps.org/powershow/powershow.html
G George Lee Jan 7, 2010 #3 Did Microsoft ever explain why they did away with the user-customized key mapping in PowerPoint?
G George Lee Jan 8, 2010 #4 This is very clever. Thanks. It did solve another problem I was working on.