Page 1 of 1

[Solved] Deploying Application level OOBasic macros

Posted: Mon Mar 04, 2013 11:56 am
by mangesh
Hi ,
I wish to deploy some OOBasic macros to the users OpenOffice installation. I reckon that the document level addins/macros are deployed by simply handing over the document containing the macros to the end user. However I am not clear about the Application level addins/macros implemented using OOBasic IDE. Any help/suggestion on this will be welcome.

thanks
Mangesh

Re: Deploying Application level OOBasic macros

Posted: Mon Mar 04, 2013 12:28 pm
by Villeroy
Tools>Macros>Organize>Basic
Button [Organizer...]
Tab Libraries
Export as extension.

Re: Deploying Application level OOBasic macros

Posted: Mon Mar 04, 2013 12:35 pm
by mangesh
Thanks Villeroy for pointing this out.