<The previous article in this series | The table of contents of this series |
How to Import Basic Libraries into LibreOffice Is Explained
About: LibreOffice
About: LibreOffice Basic Programming Language
Although this isn't about any projects build system at all, as we sometimes include a Basic library in a zip file we cite in an article, here we will describe how we can import Basic libraries into LibreOffice.
OK.
On the LibreOffice menu, click 'Tools' -> 'Macros' -> 'Organize Macros' -> 'LibreOffice Basic...' ('The LibreOffice Basic Macros' dialog should open); click 'Organizer...' ('The LibreOffice Basic Macro Organizer' dialog should open); select the 'Libraries' tab; click 'Import...'; Select 'script.xlb'; choose options if necessary; click 'OK'.
How can we see the contents of the imported library?
There should be the imported library under the 'My Macros' node; select a module under the library node and click 'Edit'.
We should peruse the contents and be sure that the library is safe, before we execute anything in the library.
<The previous article in this series | The table of contents of this series |