Returns the name of the editor who last modified the translation unit.

Type Info:

EditorName As String
Example:
Dim TU As TransUnit
Dim Editor As String

Set TU = Application.ActiveTransUnit
Editor = TU.EditorName
Remarks: Read-only property.

See also:

Class TransUnit

Last Updated: 04/27/05