https://bugs.documentfoundation.org/show_bug.cgi?id=157832
Bug ID: 157832
Summary: Property and Method error when Macro Name same as
Object
Product: LibreOffice
Version: 7.6.2.1 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
When a Macro has the same name as an Object, an Error is issued that Property
or Method can not be found.
To re-create, save a Macro (File) with the name ComboBox and have a Macro with
the same Object name. The Debugger shows the right Properties, but the Macro
issues the Error that Property or Method can not be found. i.e.
ComboBox.SelectedText
Apparently there is no distinction between the Module Name and the Object Name
when a Macro is executed. It doesn't matter, if the Object is in a different
Macro (sub routine).
--
You are receiving this mail because:
You are the assignee for the bug.