View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Number pad onkey IDs

Application.OnKey "{96}" to "{105}" for the numberpad numeric keys, with
"{106}" - "{111}" for the other numberpad keys [/*-+.]
--
Gary''s Student - gsnu2007L


"Joshua" wrote:

Anyone know how to find the full list of.onkey IDs for the numberpad?

Thanks,

Joshua