Reloads the translation project.

Syntax:

Reload() As Boolean
Return: Boolean
Example:
Dim Proj As TranslationProject
Dim RetVal As Boolean

Set Proj = Application.ActiveProject

If (Not (Proj Is Nothing)) Then
	RetVal = Proj.Reload
End If

See also:

Class TranslationProject


Last Updated: 04/14/05