Converting OOo macros to Excel macros - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T23:50:36Z http://stackoverflow.com/feeds/question/176764 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/176764/converting-ooo-macros-to-excel-macros 1 Converting OOo macros to Excel macros Chris Charabaruk 2008-10-07T00:07:34Z 2009-03-13T15:17:36Z <p>I have an OpenDocument spreadsheet with macros in StarBasic/OOoBasic that I want to convert into an Excel spreadsheet, with the StarBasic macros translated to VBA. While OpenOffice.org claims to have the ability to translate VBA macros to StarBasic and back, my attempts to have OOo convert these original StarBasic macros to VBA have all failed.</p> <p>Is there any guaranteed way to get these macros moved to VBA and Excel, without completely rewriting them? It seems that OOo will only turn StarBasic macros to VBA if they originated in that form.</p> http://stackoverflow.com/questions/176764/converting-ooo-macros-to-excel-macros/290342#290342 0 Answer by Chris Charabaruk for Converting OOo macros to Excel macros Chris Charabaruk 2008-11-14T15:05:44Z 2008-11-14T15:05:44Z <p>As of OpenOffice.org 3.0, there's nothing that can be done but rewrite the macros. Fortunately VBA and StarBasic are similar enough that the only work that needs to be done is changing over the application document model.</p>