UsefulGyaan Has Posted the Following On 06-06-2013 11:35 AM:

In VBA, Byte Arrays are special because, unlike arrays of other datatypes, a string can be directly assigned to a byte array. In VBA, Strings are UNICODE strings, so when one assigns a string to a byte array then it stores two digits for each character, First digit will be the ASCII value of the […]





VBA Trick of the Week :: Byte Array in VBA