Hello,
I have a string of 8 bytes that I would like to convert to a number. I read the bytes from a file and I need to change the order of the bytes before converting the number to a string according to the following.
96 6A 45 43 39 01 00 00 -> 00 00 01 39 43 45 6A 96
How do I do I change the order and convert the string to a number in VBA ?
Thanks Per
I have a string of 8 bytes that I would like to convert to a number. I read the bytes from a file and I need to change the order of the bytes before converting the number to a string according to the following.
96 6A 45 43 39 01 00 00 -> 00 00 01 39 43 45 6A 96
How do I do I change the order and convert the string to a number in VBA ?
Thanks Per