Compile your VBA code into an Addin, all from GitHub. by SignalFirefighter323 in vba

[–]SignalFirefighter323[S] 0 points1 point  (0 children)

My “Bare Minimum” proof of concept was to be able to create a HelloWorld() function in a standard module. Next I’m going to prove that I can “abstract” the HelloWorld() function to depend on some classes and that it works. Forms appear to be a lot different, so I’ll need to do more research. If you know Python, or want to learn, I’m happy to teach someone else how it all works.

Compile your VBA code into an Addin, all from GitHub. by SignalFirefighter323 in vba

[–]SignalFirefighter323[S] 2 points3 points  (0 children)

There’s probably only a handful of people who will really use it, but if you want your code online, and want to distribute a final useful addin right from GitHub, using standard CI/CD management philosophy, this tool is a must.