Opens the "TranslationProject" object's Document view.

Syntax:

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

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

Call Proj.OpenDocument

See also:

Class TranslationProject


Last Updated: 04/27/05