Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() i want following. first userform load and activate in modaless and then press the ctrl+q then select "a1" cell on the sheet. my code is following sub te() userform1.show 0 Application.OnKey "^q", "sbow" end sub sub sbow() activesheet.[a1].select end sub *** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to select the next row every time a CommanButton is pressed | Excel Discussion (Misc queries) | |||
detect ctrl-c was pressed (in copy mode) from vba? | Excel Discussion (Misc queries) | |||
LOAD userform | Excel Programming | |||
Excel 2000 Load Userform when clicking cell | Excel Programming | |||
Load a Userform | Excel Programming |