[Libreoffice-bugs] [Bug 75263] Macro containing Russian letters in Excel files

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jun 26 22:29:56 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=75263

--- Comment #5 from Igor <igor.sheludko at gmail.com> ---
Created attachment 162439
  --> https://bugs.documentfoundation.org/attachment.cgi?id=162439&action=edit
workbook with macro, described in the testcase

The workbook contents macro to represent the bug regarding corrupted Cyrillic
letters in macro body, after the file is saved as .xls in LO.
It writes word "проба" in cell A1. But after being saved by LO, the letters are
corrupted and the macro prints "?????" instead of "проба"
The content of the macro:

Sub Macro1()
    ActiveSheet.Cells(1, 1).Value = "проба"
End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200626/6eedc73e/attachment.htm>


More information about the Libreoffice-bugs mailing list