Closes the translation memory and the TRADOS workbench.

Syntax:

Close()
Example:
Dim TM As TRADOSTranslationMemory
Dim RetVal As Boolean

Set TM = Application.TRADOSTranslationMemories(1)

RetVal = TM.Open
Call TM.Close

See also:

Class TRADOSTranslationMemory


Last Updated: 04/21/04