Returns the target text of the translation unit or sets ist.

Type Info:

Target As String
Example:
Dim TU As TransUnit
Dim TargetText As String

Set TU = Application.ActiveTransUnit
TargetText = TU.Target
See also:

Class TransUnit

Last Updated: 03/11/04