https://bugs.documentfoundation.org/show_bug.cgi?id=123005
--- Comment #9 from 千田 <[email protected]> ---
(In reply to Regina Henschel from comment #2)
> Where is your macro located? Inside a document or in "My Macros & Dialogs"
> library 'Standard' or in a different library or somewhere else?
> When is your macro called?
[[
in "My Macros & Dialogs" library 'Standard';
it's called on loading a file which calls macro.
At Version: 6.1.4.2
err:423
次のプロパティまたはメソッドが見つかりません:getCurrentController。
]]
At 6.2.0.2
[My Macros & Dialogs[
error-line:86, err:423
Property or method not found: CurrentController.
error-line:34, err:423
Property or method not found: getCurrentController.
]]
At 6.2.0.2
[file-macro[
error-line:86, err:91
Object variable not set.
]]
((''source
Dim oDoc, oCtrl, oSheet As Object
oDoc = ThisComponent
oCtrl = oDoc.getCurrentController() REM <==== error line:34
oSheet = oCtrl.ActiveSheet
''~~~ another Function ~~~~~
Dim oDoc, oCtrl, oSheet As Object
oSheet = ThisComponent.CurrentController.ActiveSheet REM <==== error line:86
))
--
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