https://bugs.documentfoundation.org/show_bug.cgi?id=155360
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #6 from Mike Kaganski <[email protected]> --- (In reply to Stéphane Guillou (stragu) from comment #5) > Mike, what do you think? Any VBA that works in MS Office, but fails in LibreOffice, is an interoperability bug. Sometimes there might appear a reason to not fix some specific cases of these bugs (but they don't cease to be bugs nonetheless, just may be closed as WONTFIX) - but this is even not that corner case. Just a normal bug. We only have PrintOut defined for several VBA object model objects: https://opengrok.libreoffice.org/search?project=core&full=printout&path=vba%2Fexcel VBA defines it for much larger set of objects: https://learn.microsoft.com/en-us/search/?terms=Excel%20PrintOut Workbook is one of these objects, that misses the method in out code. https://learn.microsoft.com/en-us/office/vba/api/excel.workbook.printout Note that we need separate bugs for different methods. We can't have an actionable "implement perfect VBA support" bug. Please create a similar bug for PrintPreview, and likewise for any other missing object/property/method. -- You are receiving this mail because: You are the assignee for the bug.
