VBA-SDK is a collection of optimized and ready-to-use VBA modules designed to simplify your workflow and boost productivity.
- Modular collection of VBA code that you can pick and choose.
- Ready-to-use modules covering common tasks.
- Organized structure for easy navigation.
arch/
: Ready-made projects with modules organized for specific objectives, such as debounce, schedulers, etc. Ideal for reference or as a basis for new projects.docs/
:Modules documentation with explanations and technical specifications.examples/
: Example spreadsheets, documents, presentations, etc. demonstrating the use of modules in practice.modules/
: Core modules in.bas
and.cls
, ready to import and use.tests/
:Test scripts to validate the functioning of the modules.
- Fork the repository.
- Create a branch (
git checkout -b feature/YourFeature
). - Make your changes and add documentation/tests.
- Submit a pull request describing your changes.
Please follow the existing project structure and coding conventions.
This project is licensed under the Apache-2.0 License. See LICENSE for details.