Dim IntVal As Long IntVal = Val("&H" & hexVal) ' hexVal is the value read from the cell(eg:- FFFF)
Dim IntVal as Long IntVal = Hex2Dec(hexVal)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)