Returns the number of translation projects in the collection.

Type Info:

Count As Long
Example:
Dim Projs As TranslationProjects
Dim NumberOfProjects As Long

Set Projs = Application.Workspace.TranslationProjects

NumberOfProjects = Projs.Count
Remarks: Read-only property.

See also:

Class TranslationProjects

Last Updated: 03/11/04