Printable View
How can I change a decimal number to a hexadecimal number?
Use the Hex() function. Code: MyNum = Hex(MyNum)
MyNum = Hex(MyNum)