Base or Basic?

Hello everyone,

I’m looking to get into creating some macros using LibreOffice to streamline some processes where I work.

There are a couple of things I feel I should know before I dive in though.

I see a lot of users talking about Base, is base the same as Basic? Is one just an old way of referring to the scripting language that Libreoffice uses? When I go to create a macro in Libreoffice calc it reads as ‘LibreOffice Basic’.

I have used VBA in Excel in the past and it has some functions that allowed the macro to navigate around webpages in your browser by searching through the HTML, does Libreoffice Basic/Base has similar functionality.

thank you for your help.

Jamie

Base is a module (like Calc and Writer) that handles database. It is not the same as Basic (that is scripting language, which is better called StarBasic, to allow for e.g. unambiguous searching).

Thank you very much.

As @mikekaganski said Base is the Database Application included in the Libre Office suite of Applications. In the same way that Microsoft Access is the database in Microsoft Office suite.

Basic is the programming language supplied with LO in the same way that Microsoft have VBA (Visual Basic for Applications).

The Basic with LO can be used in all the LO Applications as with VBA in MS Office.