View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Reverse of Chr Function

Use the Asc function. E.g.,

Debug.Print Asc("d")


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"ExcelMonkey " wrote
in message ...
I know that the Chr function will return a character for a

number. for
example:

?Chr(100)
d


Is there a funciton which does the reverse:

Function("d")
100

Thanks


---
Message posted from http://www.ExcelForum.com/