View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Wallin Peter Wallin is offline
external usenet poster
 
Posts: 3
Default KeyDown event in sheet

Hello,
How do I catch the event that occurs when a user presses a key, for
example entering 456 in a cell? I know about application events, but
the events that can be caught using this type of events are limited. I
want to be able to handle other events such as keydown in any sheet in
any workbook. Any suggestions?

Thanks in advance!

peter w.