How to convert Hexadecimal number to Decimal number
Posted on January 5, 2009
1 2 3 4 5 6 7 8 | 'Math - How to convert Hexadecimal number to Decimal number Option Explicit Private Sub Main() strHexValue = "5A14" Call MsgBox(Val("&H" + strHexValue)) End Sub |
Related posts:
- How to convert Decimal Number to Hexadecimal Number
- How to Convert Decimal to Hexadecimal
- How to Convert Hexadecimal to Decimal
- How to convert Binary Number to Decimal Number
- How to convert Decimal Number to Binary Number
- How to Convert a decimal number into a Roman number?
- How to convert RGB value to Long
- How to Conversion (Binary, Hexa Decimal, Octal, Decimal)
- How to Convert Binary to Decimal
- How to convert Octal to Decimal number