Keypress event 
Author Message
 Keypress event

Hi,

I'd like to program the Keypress event.  But the Sheet1 does not have that
event procedure.  Where can I find it?

Thank you.

Chris



Wed, 26 Oct 2005 14:40:00 GMT  
 Keypress event
Use a textbox from the controltoolbox for a event like that

--
Regards Ron de Bruin
(Win XP Pro SP-1  XL2002 SP-2)
www.rondebruin.nl

Quote:

> Hi,

> I'd like to program the Keypress event.  But the Sheet1 does not have that
> event procedure.  Where can I find it?

> Thank you.

> Chris



Wed, 26 Oct 2005 16:06:46 GMT  
 Keypress event
Excel cells don't have events like this. Once you start writing into a cell then everything in Excel's in "Enter" mode and nothing
happens until you leave the cell -then the "Change" event fires and Excel calculates.

You would probably not /like/ to program the keypress event, I do it all the time and it's assembly line work fun as any. If you
tell us what you want the code to do then perhaps alternative approaches may appear.

--
HTH. Best wishes Harald
Excel MVP

Followup to newsgroup only please.

Quote:

> Hi,

> I'd like to program the Keypress event.  But the Sheet1 does not have that
> event procedure.  Where can I find it?

> Thank you.

> Chris



Wed, 26 Oct 2005 20:04:24 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Creating Custom Event Handler (KeyPress Event)

2. Assigning event to Shift-Tab in KeyPress event

3. In vbs exist the keypress event

4. Where is the keypress event while editing a cell

5. How can I catch a keypress-event?

6. catch the keypress-event to delete records

7. KeyPress Event and Enter key

8. Getting ASCII code on KeyPress event

9. RETURN key does not fire KeyDown/KeyPress event

10. KeyPress Event on Calendar Control


 
Powered by phpBB® Forum Software © phpBB Group