A
Aaron
Is it possible to convert a hex/ascii string to binary?
ie.
Dim s As String
s = "AA"
output = Hex2Bin(s) '10101010
also is there a bin to hex conversion function?
ie.
Dim s As String
s = "AA"
output = Hex2Bin(s) '10101010
also is there a bin to hex conversion function?