[Libreoffice-bugs] [Bug 102076] Excel XLSM import: VBA compatibility mode insufficient: " EVALUATE" not supported

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 3 02:49:07 UTC 2017


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

himajin100000 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #4 from himajin100000 at gmail.com ---
' I'm not the bug reporter but let me provide simple code

Option VBASupport 1
Option Explicit

Sub Main()
    Evaluate ("A1:A2") ' Works both on Excel and on LibreOffice
    Evaluate ("TODAY()") ' Works on Excel, but Runtime Error on LibreOffice
End Sub

' FYI:
'
http://opengrok.libreoffice.org/xref/core/sc/source/ui/vba/vbaglobals.cxx?r=198c41c4fe8be4ce8a6ddab43ae0c5f17a4889ac#178
'
http://opengrok.libreoffice.org/xref/core/sc/source/ui/vba/vbaapplication.cxx?r=5c5a49eda1555db7b7519e9b0398cfd469c9bcb5#341

-- 
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/20170703/402d86c0/attachment-0001.html>


More information about the Libreoffice-bugs mailing list