VBE Property Example
This example changes the name of the active Visual Basic project.
Application.VBE.ActiveVBProject.Name = "TestProject"