https://bz.apache.org/ooo/show_bug.cgi?id=127395
--- Comment #3 from oooforum (fr) <[email protected]> --- Not reproduce with AOO 4.1.3 and Win7 x64 Sub Main Dim sDoc as String Dim Arg(0) As New com.sun.star.beans.PropertyValue Arg(0).Name = "Hidden" Arg(0).Value = True sDoc = ConvertToURL("C:\Temp\export_csv.ods") oDoc = StarDesktop.loadComponentFromURL(sDoc, "_default", 0, Arg() ) oSheet = oDoc.sheets.GetByIndex(2) oDoc.CurrentController.setActiveSheet(oSheet) msgbox oDoc.CurrentController.ActiveSheet.Name oDoc.close(true) End Sub -- You are receiving this mail because: You are the assignee for the issue.
