Removes the project language at the specified index.

Syntax:

Remove( Index As Variant )
Parameters: Index The language code or the index number of the collection element. The index can be a numerical expression (a number from 1 to the value of the "Count" property) or a string.

Example:
Dim Langs As ProjectLanguages

Set Langs = Application.ActiveProject.ProjectLanguages
Call Langs.Remove("en-us")

See also:

Class ProjectLanguages


Last Updated: 04/27/05