https://bugs.documentfoundation.org/show_bug.cgi?id=148040
Bug ID: 148040
Summary: When called through the FunctionAccess service, the
INDIRECT function does not process the external
reference.
Product: LibreOffice
Version: 7.3.1.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Create a new Calc document and save, for example, as C:\Temp\test.ods
(Windows).
Call macro:
Sub TestIndirect
Dim oFA, v
oFA=createUnoService("com.sun.star.sheet.FunctionAccess")
v=oFA.callFunction("Indirect",
Array("'file:///C:/Temp/test.ods'#$Sheet1.A1"))
End Sub
Result: Error
Expected: The value of the corresponding cell.
--
You are receiving this mail because:
You are the assignee for the bug.