Is there an easy way to convert a decimal number into a hexadecimal value?
I tried the following but I think it is a hexadecimal to decimal conversion because when my number = 10, it is converted to 16:
num = CInt("&H" & num)
Any ideas on this are appreciated...
thanks