Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I looked through the previous topics but didn't see what I need.
I want that when a person hits the enter key in cell C2 that it executes code to bring up a customized menu. Also WHERE in the code does this go, a module, or in the SHEET1 objects area? I have tried this code: Private_Sub SetKey() Application.OnKey "~", "supmenu" Application.OnKey "{ENTER}", "supmenu" End Sub Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
set tab or enter keys to automatically move to different cells | Excel Discussion (Misc queries) | |||
macros doesn't execute unless i go into cell and press enter. | Excel Discussion (Misc queries) | |||
Is it possible to set the enter and arrow keys to skip locked cel | Excel Discussion (Misc queries) | |||
Enter, tab, arrow keys aren't allowing me to move to other cells | Excel Discussion (Misc queries) | |||
Execute a menu command with VBA? | Excel Programming |