VBA: Unicode Strings and the Windows API

In this post, we talk about Unicode, about Strings, about how they sometimes become unexpectedly mangled when you pass them around the system and what we can do about it. We’ll see some Chinese ideograms, peek into memory and display some nonsense on screen in the process. VBA likes Unicode Internally, VBA handles strings in... » read more