vote up 1 vote down star
1

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.

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.

flag

Can you provide an example of something that is failing? As you mention, they are designed to be compatible with VBA. – Ben Hoffstein Oct 7 '08 at 2:45
I never said anything about VBA compatability... OOo can translate macros from VBA to StarBasic and back, but it refuses to translate original StarBasic macros to VBA. – Chris Charabaruk Oct 8 '08 at 1:12

1 Answer

vote up 0 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.