Question : Is there a CChar function in VBA?

Hi everyone,

  I'm trying to convert  "ByVal KeyAscii As MSForms.ReturnInteger" type to a character type so that I could determine what the user keyed-in in terms of its character value. So is there a CChar function / work around to do the trick here in Excel 2007 Visual Basic for Applications? TIA.

Answer : Is there a CChar function in VBA?

try using chr(integer value)
Random Solutions  
 
programming4us programming4us