https://bugs.freedesktop.org/show_bug.cgi?id=45987
Francesco Muzul <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version|LibO 3.5.0 Release |LibO 3.5.1 Release --- Comment #1 from Francesco Muzul <[email protected]> 2012-03-17 15:14:21 PDT --- ' this VbScript code raises the exception ' when used with OpenOffice it works well Dim rSheets Set rSheets = objDocument.getSheets if rSheets.getCount() >= 3 then rSheets.removeByName(rSheets.getByIndex(2).Name) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
