Hello PosseJohn,

You can change the VBA Project Description at runtime but not the project Name.

Change the PVBA Project Name
    ThisWorkbook.VBProject.Description = "Chemistry U2 Morning Report Generator"
I believe the VBA Project Name can only be changed during Design time.