I have a project which has the VBA Project Properties as follows:
Project Name...............ChemistryUnit1
Project Description.......Chemistry U1 Morning Report Generator
In the project, I have a variable that can change the Unit from 1 to 15.

I would like to automate the updating of the Project Properties using VBA code from within the same project, instead of manually updating the properties each time.

I have never modified VBA from within itself, I need help please.