F
Fifi
I tried the hex2dec function it shows the following results:
Hex Dec
0 0
0f 15
7b 123
a1 161
39 57
But my problem is that these numbers when put together should mea
something like 3.4e-5. I guess I dont remember how to put the
together. Much of these is still manual (stripping off the 0X). The wa
I want to use this is that when the original prog (not Excel) write
these hex # in the form 0x00 0x0f 0x7b 0xa1 0x39, i want excel t
automatically translate that into 3.4e-5. May be that means stackin
each segment into different rows, stripping off the 0x prefixes
convering the resulting 2 digit numbers to decimal for each segment an
combinng all the segments tomake a single number in the form 3.4e-5.
want to do this in VB so its automatic
Hex Dec
0 0
0f 15
7b 123
a1 161
39 57
But my problem is that these numbers when put together should mea
something like 3.4e-5. I guess I dont remember how to put the
together. Much of these is still manual (stripping off the 0X). The wa
I want to use this is that when the original prog (not Excel) write
these hex # in the form 0x00 0x0f 0x7b 0xa1 0x39, i want excel t
automatically translate that into 3.4e-5. May be that means stackin
each segment into different rows, stripping off the 0x prefixes
convering the resulting 2 digit numbers to decimal for each segment an
combinng all the segments tomake a single number in the form 3.4e-5.
want to do this in VB so its automatic