[Libreoffice-bugs] [Bug 134576] A VBA macro crashes LO
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 10 10:31:16 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134576
--- Comment #7 from Mike Kaganski <mikekaganski at hotmail.com> ---
I had been able to simplify the crasher to this:
Sub crash
On Error Resume Next
For Each a In b
c("d").e
Next
End Sub
And it doesn't depend on VBA support...
--
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/20200710/9fe599b1/attachment.htm>
More information about the Libreoffice-bugs
mailing list