Returns the file name of the translation project or sets it.

Type Info:

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

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

MsgBox Proj.FileName
See also:

Class TranslationProject

Last Updated: 03/11/04