<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Macro containing Russian letters in Excel files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=75263#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Macro containing Russian letters in Excel files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=75263">bug 75263</a>
              from <span class="vcard"><a class="email" href="mailto:igor.sheludko@gmail.com" title="Igor <igor.sheludko@gmail.com>"> <span class="fn">Igor</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=162439" name="attach_162439" title="workbook with macro, described in the testcase">attachment 162439</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=162439&action=edit" title="workbook with macro, described in the testcase">[details]</a></span>
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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>