View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_4_] Jim Thomlinson[_4_] is offline
external usenet poster
 
Posts: 1,119
Default Can I detect a KEYDOWN event while in a worksheet

Nope. No events are triggered while you are editing a cell.
--
HTH...

Jim Thomlinson


"Ken Soenen" wrote:

Is there a way I can detect a keydown(or up or pressed) event while I'm
working on a worksheet(not on a Form) and then call a Macro if it is a
specific key?

thanks,
ken