Quote Originally Posted by Kyle123 View Post
As an example, opening a Jpeg, results in FFD8 FFE1 (which is correct - that's the magic number for a jpeg) for both methods
Thanks Kyle. Is there anyway I can avoid the For/Next loop and the Hex values in method 2?

If we use JPEG as example on my code in the OP, I get a long of -520103681. This in Hex is E0FFD8FF. If I open the same file in a Hex editor I get FF D8 FF E0 (reverse order of course). So I'm happy with that. I just need a way to get the result of -520103681 using method 2. If that's possible.