Returns the name of the editor who last modified the project file.

Type Info:

EditorName As String
Example:
Dim ProjFile As ProjectFile

Set ProjFile = Application.ActiveProjectFile

MsgBox ProjFile.EditorName
Remarks: Read-only property.

See also:

Class ProjectFile

Last Updated: 04/27/05