View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_4_] Jim Thomlinson[_4_] is offline
external usenet poster
 
Posts: 1,119
Default Worksheet_KeyPress event ??????

There is no keypress event. The closest you will get it the change event, but
it code not fire until you finishe editing...
--
HTH...

Jim Thomlinson


"OKLover" wrote:

Hi, all

Is anybody know where is the Worksheet_KeyPress event?
How do i trap user's keypress event?