Reverse of Chr Function

E

ExcelMonkey

I know that the Chr function will return a character for a number. fo
example:

?Chr(100)
d


Is there a funciton which does the reverse:

Function("d")
100

Thank
 
Top