Thread: KeyAscii
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\) Rick Rothstein \(MVP - VB\) is offline
external usenet poster
 
Posts: 2,202
Default KeyAscii

KeyAscii is a parameter associated with the KeyPress event (usually
associated with forms or controls). Checkout VBA Help for either topic
or

http://msdn2.microsoft.com/en-us/lib....keypress.aspx


Since VBA is not a .NET language, I think this link would be a more
comfortable reference...

http://msdn2.microsoft.com/en-us/lib...99(VS.60).aspx

Rick