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