Forum Discussion
edgarsdzalbs
Jan 25, 2023Copper Contributor
VBA macros Latvian language
Hello, I'm having an issue with Latvian language in VBA, some letters that are in Latvian are not showing. Edgars
PeterBartholomew1
Jan 25, 2023Silver Contributor
My recollection is that VBA uses the ASCII character set so will not recognise most Unicode characters (just the first 255).
- edgarsdzalbsJan 25, 2023Copper Contributor
But why does it works fine on windows?