Returns the number of project languages in the project.

Type Info:

Count As Long
Example:
Dim Langs As ProjectLanguages
Dim NumberOfLanguages As Long

Set Langs = Application.ActiveProject.ProjectLanguages
NumberOfLanguages = Langs.Count
Remarks: Read-only property.

See also:

Class ProjectLanguages

Last Updated: 03/10/04