T
Todd Lemen
I know VBA has a Chr() function for assigning a character from a number
value. Excel has a "Code" function which does the reverse, namely, look at a
character and output its numeric "Chr" value. Anything like Excel's Code
function in VBA? I need to find instances of Chr(160) and replace it with
Chr(32) withing strings...
Thanks in advance,
TL
value. Excel has a "Code" function which does the reverse, namely, look at a
character and output its numeric "Chr" value. Anything like Excel's Code
function in VBA? I need to find instances of Chr(160) and replace it with
Chr(32) withing strings...
Thanks in advance,
TL