View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
robotman robotman is offline
external usenet poster
 
Posts: 51
Default Distinguish between '<' and '.' with KeyUp?

I'm trying to capture key presses in a text control on a form and need
to use KeyUp event (vs. Keypress) so I can capture the arrow keys.

It doesn't appear that KeyUp distinguishes between '<' and ',' (since
they are both the same key on the keyboard).

Am I missing something? Is there some event that captures arrow keys
AND would distinguish between '<' and ','?

Thanks.

John