Returns the target text shown in the Translation Edit bar or sets it.

Type Info:

TargetText As String
Example:
Dim Bar As TranslationEditBar
Set Bar = Application.Windows.TranslationEditBar

' get source text    
MsgBox Bar.SourceText

' set target text
Bar.TargetText = "Translation"

' save translation
Call Bar.SaveTranslation
See also:

Class TranslationEditBar

Last Updated: 04/27/05