Library with VBA, used in multiple projects.
The author discusses two different VBA repositories that they have created. The first one, VBA Personal, started as a repository for their personal.xlsb file but grew bigger over time. They initially used Hungarian Notation for naming conventions but later decided to abandon it. The second repository, VBA Boilerplate, was created in 2016 to store useful VBA code for all their projects. The repository was initially hosted elsewhere but has since been moved to the current location.
VBA Personal:
VBA Boilerplate:
The author discusses their two VBA repositories, VBA Personal and VBA Boilerplate. VBA Personal started as a repository for personal.xlsb but grew bigger over time. The author initially used Hungarian Notation for naming conventions but later abandoned it. VBA Boilerplate was created as a boilerplate for starting VBA projects and contains useful VBA code. The repository was initially hosted elsewhere but has since been moved.