Lists the kinds of VBA APIs and events. They are supported
or partially supported in Lotus® Symphony™.
- VBA runtime library, including some VBA basic functions. For example,
MsgBox(...) shows a message box.
- Excel document APIs and events, which are used to operate the
Spreadsheet document and handle the event of document.
- Control APIs and events, support APIs and events of some usually
used controls such as buttons, text boxes, and check boxes.
- Office library, defining APIs which are used to customize menu,
toolbar of the application and other functions.
- COM APIs, which are used to access COM component in VBA macro.