I'm writing a macro in MS Project. In a form I'm using Date and Time Picker control. And I have to use German locale. The problem is in the point that VBA doesn't display umlauts correct and März looks like Mдrz in the Calendar.
I have problem with MsgBox too. Special symbols ü, ö, ä, ß are displayed like ь, ц, д, Я in message. I’ve tried to use the `CharW()? function to display Unicode symbols, and symbols displays like o, u, a?
I set de-DE locale in MS Project and German locale on my computer, but it did not help.
Is it possible to explicitly use utf-8 encoding in VBA?