VBA_personal

screenshot of VBA_personal

Library with VBA, used in multiple projects.

Overview:

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.

Features:

  • VBA Personal:

    • Initially created as a repository for personal.xlsb
    • Expanded to include other reusable VBA code
    • Hungarian Notation was initially used for naming conventions
  • VBA Boilerplate:

    • Created as a boilerplate for starting VBA projects
    • Hosted on GitHub
    • Contains useful VBA code for various projects

Summary:

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.