Closes the "TranslationProject" object's Document view.

Syntax:

CloseDocument()
Example:
Dim Projs As TranslationProjects
Dim Proj As TranslationProject

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

Call Proj.CloseDocument

See also:

Class TranslationProject


Last Updated: 08/18/09