Posted August 6, 200618 yr decNum = Inputbox("Enter the Decimal Value you want to convert:")hexNum = hex(decNum)MsgBox "Decimal Value You Entered: " & decNum & vbCRLF & "Hex Value Conversion: " & hexNum
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.