Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good morning all,
Returning a character using the CHR function is simple: MsgBox Chr(65) returns 'A' However, is there a reverse CHR function that would do the following? MsgBox RevChr("A") returns 65 Art |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi, Art,
MsgBox Asc("A") isabelle Le 2016-06-24 Ã* 07:55, c1802362 a écrit : Good morning all, Returning a character using the CHR function is simple: MsgBox Chr(65) returns 'A' However, is there a reverse CHR function that would do the following? MsgBox RevChr("A") returns 65 Art |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
so simple - thanks!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup Function in Reverse? | Excel Discussion (Misc queries) | |||
Reverse PRICE function | Excel Worksheet Functions | |||
NAME function working in reverse?? | Excel Discussion (Misc queries) | |||
Reverse MATCH Function | Excel Discussion (Misc queries) | |||
Reverse of Chr Function | Excel Programming |