Returns the target text highlighted in the Translation Edit bar.

Type Info:

HighlightedTargetText As String
Example:
Dim Bar As TranslationEditBar
Set Bar = Application.Windows.TranslationEditBar
  
MsgBox Bar.HighlightedTargetText
Remarks: Read-only property.
See also:

Class TranslationEditBar

Last Updated: 04/27/05