Collabora Office 23.05 Hjälp
Visual Basic for Applications (VBA) is an implementation of Microsoft's Visual Basic which is built into all Microsoft Office applications.
Support for VBA is not complete, but it covers a large portion of the common usage patterns. Most macros use a manageable subset of objects in the Excel API (such as the Range, Worksheet, Workbook, etc.) and the support include those objects, and the most commonly used method/properties of those objects.
Choose - Load/Save - VBA Properties and mark the Executable code checkbox. Then load or open your document.
Run VBA macros in the same way as Collabora Office Basic macros.
Since support for VBA is not complete, you may have to edit the VBA code and complete the missing support with Collabora Office Basic objects, statements and functions.
VBA macros can be edited in the Collabora Office Basic IDE.