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.
Tip
This step is only useful if you want to have and use all the modules in this SDK.
-
Clone the repository:
git clone https://github.com/bedrockfrontiers/vba-sdk.git
or Install the Repository.
-
Open your VBA host (Excel, Access, Word, etc.).
-
Import the desired
.bas
or.cls
files from themodules/
folder via File → Import File….
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/
: Project documentation in Markdown format, 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.