Unicode language support in VBA editor

I have a VBA project in Excel 2003.

This VBA project was written in Russian using Cyrillic encoding, so all comments and posts are not readable on my English OS (WindowsXP).

therefore, the code on the Russian machine looks like (OK):

Sub Select_I()
'    ""      

become on my (NOT OK)

Sub Select_I()
'Âûäåëÿåò ïî òåêóùåé ÿ÷åéêå "ïîñòðî÷íûé" äèàïàçîí äëÿ ââîäà äàííûõ ïî îáúåêòó

Is there a way to “tell” the VBA editor which encoding to use?

+5
source share
2 answers

Try the following (I cannot verify this very easily, but it should work):

Control Panel → Date, Time, Language and Regional Settings → Regional and Language Settings → Advanced

and set the language for programs other than Unicode in the corresponding language (in your case in Russian).

+1

- - VBA Windows , .

+1

All Articles