VBA extensions
1.0.0
These modules are a collection of useful functions and subroutines for Visual Basic applications. General purpose was to make readable code, extend VBA functionality and to speed up developement.
| Module name | Description |
|---|---|
libcore |
Contains utility functions for VBA language. Type extensions: Array, String, Path, Directory, File and more. |
libexcel |
Contains utility functions for Excel types. Type extensions: Workbook, Worksheet, Range... |
Important
Target OS is Microsoft Windows.
libcore has functions that reference Excel functions. These functions will create an Excel application, if needed.
libexcel module references libcore module functions. Don't forget to import both when using libexcel.
Array functions start with the word 'Array...()', ex. ArrayDimensionCount(),Range extensions start with the word 'Range...()', ex. RangeIsEmpty(),ScreenUpdating or EnableEvents properties (unless needed),