Treball amb les macros VBA
Visual Basic for Applications (VBA) is an implementation of Microsoft's Visual Basic which is built into all Microsoft Office applications.
La compatibilitat amb el VBA no és total, però admet una gran part dels patrons d'ús comú. La majoria de les macros utilitzen un subconjunt manejable d'objectes de l'API de l'Excel (com ara Range, Worksheet i Workbook, etc.); la compatibilitat amb el VBA inclou aquests objectes i llurs mètodes i propietats més populars.
Càrrega de documents del Microsoft Office amb macros VBA executables
Choose LibreOfficeDev - PreferencesTools - Options - Load/Save - VBA Properties and mark the Executable code checkbox. Then load or open your document.
Execució de macros VBA
Run VBA macros in the same way as LibreOfficeDev Basic macros.
Since support for VBA is not complete, you may have to edit the VBA code and complete the missing support with LibreOfficeDev Basic objects, statements and functions.
Editing VBA Macros
VBA macros can be edited in the LibreOfficeDev Basic IDE.