WorksheetFunction.Hex2Dec Method (Excel)
Converts a hexadecimal number to decimal.
Syntax
expression .Hex2Dec(Arg1)
expression A variable that represents a WorksheetFunction object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Arg1 |
Required |
Variant |
Number - the hexadecimal number you want to convert. Number cannot contain more than 10 characters (40 bits). The most significant bit of number is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation. |
Return Value
String
Remarks
If number is not a valid hexadecimal number, HEX2DEC returns the #NUM! error value.