https://bugs.documentfoundation.org/show_bug.cgi?id=157672
--- Comment #3 from Rafael Lima <[email protected]> --- I am unable to reproduce this bug. I created a Calc file and added a Table control to Sheet1. Then I added 2 more sheets and from Sheet3 I called the following macro: Sub TestForm GlobalScope.BasicLibraries.LoadLibrary("ScriptForge") oDoc = CreateScriptService("Document", ThisComponent) oForm = oDoc.Forms("Sheet1", "Form") oControl = oForm.Controls("Table1") MsgBox oControl.Name End Sub The macro worked fine. Can you please confirm that the bug persists? System info Version: 7.6.4.1 (X86_64) / LibreOffice Community Build ID: 60(Build:1) CPU threads: 16; OS: Linux 6.5; UI render: default; VCL: kf5 (cairo+xcb) Locale: pt-BR (pt_BR.UTF-8); UI: en-US Ubuntu package version: 4:7.6.4-0ubuntu0.23.10.1 Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
