-
Win10-64 Pro ver1809 LO 6.1.4.2
-
Following simple test macro is throwing “Object not set” error under 6.1.4.2, works on recalculations; Works under LO 6.1.3.2
Function getActiveSheet
cntlr = ThisComponent.getCurrentController()
MsgBox "before getActiveSheet"
sSheet = cntlr.getActiveSheet()
MsgBox "after getActiveSheet"
MsgBox sSheet.RangeAddress.Sheet
End Function
-
test file attached ‘test.ods’
-
Please advise and thank you in advance.test.ods