Excel convert hex big endian to hex little endian
Hi Guys,
Noob on this site so forgive any indiscretions. I have found a number of posts here already which go part way to answering my problem, but I am now left with a specific issue which I am sure someone on here (JB? ) can answer with relative ease.
I need to take a HEX string (eg D0 BF FF FF) and turn it to little endian (eg FF FF BF D0) in Excel. I have got part way to a VB scripted module but I really don't know enough VB to even know where I am going wrong.
Any suggestions would be gratefully received.
All the best,
Nigel