What is the Chr code number for the colon ":"? ie: Chr(num)
Printable View
What is the Chr code number for the colon ":"? ie: Chr(num)
58
Thanks! That was fast!
no sweat!
If you don't know the chr code, you can use the immediate window to find it.
Just type:
?asc(":")
and press enter