I need to be able to convert 047C1BEA3A2480
into Decimal. This should convert to 1262359242482816
. I have a large amount of hex numbers that need converting so would need a formula or VB script.
I have tried some things including a VB Module, however with this I need to prefix the number with 0X but then gives me a decimal number that is out by 4.
Any ideas would be great.