Reverse the order of a byte array.
Public Function cnvReverseBytes ( _ lpInput() As Byte _ ) As Byte()
Debug.Print cnvToHex(cnvReverseBytes(cnvFromHex("DEADBEEF"))) 'EFBEADDE