Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Can anyone tell me how to assign short cut keys to macros (other than the manual method). I'm trying to program a set of programable keys (www.x-keys.com) to fire a macro. I've discovered the "Keybindings" collection in Word, but it doesn't appear to exist in Excel. Is there an alternative? Lastly are normally set macro short cut key combinations stored in the respective document or somewhere else? Thanks in advance John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
John,
You can use the OnKey method of the Application object to assign a macro to a key combination . See OnKey help in VBA help for more details. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "John" wrote in message ... Hi, Can anyone tell me how to assign short cut keys to macros (other than the manual method). I'm trying to program a set of programable keys (www.x-keys.com) to fire a macro. I've discovered the "Keybindings" collection in Word, but it doesn't appear to exist in Excel. Is there an alternative? Lastly are normally set macro short cut key combinations stored in the respective document or somewhere else? Thanks in advance John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A link to a collection of videos and tutorials on MS excel:Add-in. | Excel Discussion (Misc queries) | |||
Excel data collection | Excel Discussion (Misc queries) | |||
Excel 2003 macro collection | Excel Discussion (Misc queries) | |||
how do i create a data collection form in excel? | New Users to Excel | |||
KeyBindings like Word. | Excel Discussion (Misc queries) |