Returns the collection of translaton units.

Type Info:

TransUnits As TransUnits
Example:
Dim ProjFile As ProjectFile
Dim TUs As TransUnits

Set ProjFile = Application.ActiveProjectFile

If (ProjFile.IsLoaded) Then
    Set TUs = ProjFile.TransUnits
End If
Remarks: Read-only property.

See also:

Class ProjectFile

Last Updated: 03/11/04