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

--- Comment #6 from Tobias Burnus <[email protected]> ---
Created attachment 139019
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139019&action=edit
test.xlsm file (created with MSO Excel 2007)

New test case with simplified macros

* In MSO Excel, opening the file, enabling macros and clicking "Run" will show
a "K" in cell A4.

In LO (both 6.0rc1 and 6.1.0.0.alpha0+, Build ID:
0074951704022d173a5fdb9df933f47be1dcbb91 TinderBox: Win-x86@42):

[First, Enable macros]

(A) Clicking "Run" seemingly doesn't do anything.

(B) Running the macro directly:
    Tools | Macros > Run Macros ...
    "test.xlsm" -> VBAProject -> Module1 -> "Run" [Run]
=> This shows a dialog with:
   "Error" "BASIC runtime error. '91' Object variable not set.' [OK]"
   and stops in line 3 in the source code ("Function getColNum"...)

In the debugger, one sees (line 22) that the arguments' variables have the
proper values "H" and 3, respectively).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to