T
Tony Girgenti
How do you get hex zero or hex 'FF' into a variable ?
I tried:
If Hex(255) < "Z" Then
MsgBox "Hex(255) is less than 'Z'"
End If
and the message box does appear.
Shouldn't "Hex(255)" equate to a &FF ?
Any help appreciated.
Thanks,
Tony
I tried:
If Hex(255) < "Z" Then
MsgBox "Hex(255) is less than 'Z'"
End If
and the message box does appear.
Shouldn't "Hex(255)" equate to a &FF ?
Any help appreciated.
Thanks,
Tony