VBE Property Example

This example sets the name of the active project in the Visual Basic Editor.

Application.VBE.ActiveVBProject.Name = "TestProject"