-
stdVBA
VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.
It's nothing too fancy but it is present in stdVBA repository named testBuilder.xlsm. Unfortunately I can't use rubberduck at work, so I prefer to avoid its usage altogether, which is also the reason for several other style choices.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
VBA-SQL-Library
Object-based Database Interaction for VBA. Create SQL Statements with VBA objects instead of string concatination.
VBA-SQL-Library/SQLUnitTests.bas at master · Beakerboy/VBA-SQL-Library (github.com)
-
VBA-STD-Builder
A temporary project for building a VBA code builder, to allow people to work in VSCode and perform Live Tests
Template can be found here. Sadly this doesn't deal with compile errors, and it really isn't a nice user experience, but it works.
-
VBAPackager
Discontinued Based on Evil Clippy, designed to package VBA documents (WIP) [GET https://api.github.com/repos/sancarn/VBAPackager: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
Long term, I have 2 projects VBA-Packager which attempts to do text->xlsm source injection, and VBA-Compiler which attempts to do vba-like --> vba compilation. The latter project of which is likely to be deprecated in a new project in the future. We'll see :)
-
Long term, I have 2 projects VBA-Packager which attempts to do text->xlsm source injection, and VBA-Compiler which attempts to do vba-like --> vba compilation. The latter project of which is likely to be deprecated in a new project in the future. We'll see :)
-
Hi, sancarn, just greeting! We talked about your VBA shape Events class some time ago, I was working on a shape map project back then. I hope you will probably remember me once you see the image of the map. Still haven't finished it yet as I was side-tracked to another project which walks through VBA project code modules.
-
Hi, sancarn, just greeting! We talked about your VBA shape Events class some time ago, I was working on a shape map project back then. I hope you will probably remember me once you see the image of the map. Still haven't finished it yet as I was side-tracked to another project which walks through VBA project code modules.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I just threw together a quick example of my testing system here: https://github.com/Beakerboy/VBA-Unit-Tester