-
I love the whole continuous integration and development philosophy, but VBA suffers from no automated tools to help. I’ve begun a python project to take raw text VBA source and wrap it into the OLE file named vbaProject.bin, and finally zip it into the xlsm file. The project is on GitHub
-
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.
-
I suppose this is like the opposite of this project: https://rubberduckvba.com
-
Hesitate to mention it because I haven't had time to look at the enhancement we talked about this weekend at all 😅 but yeah I do use a script like that to import the bas/cls files from the repo into a new workbook every time I do a pull request. https://github.com/Senipah/VBA-Better-Array/blob/master/scripts/createDevWorkbook.ps1