ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   reverse of CHR function (https://www.excelbanter.com/excel-programming/451519-reverse-chr-function.html)

c1802362[_2_]

reverse of CHR function
 
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

isabelle

reverse of CHR function
 
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


[email protected]

reverse of CHR function
 
so simple - thanks!


All times are GMT +1. The time now is 08:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com