Returns the name of the project or sets it.

Type Info:

Name As String
Example:
Dim Projs As TranslationProjects
Dim Proj As TranslationProject

Set Projs = Application.Workspace.TranslationProjects
Set Proj = Projs.Item(1)

MsgBox Proj.Name
See also:

Class TranslationProject

Last Updated: 03/29/21