Returns the source text shown in the Translation Edit bar.

Type Info:

SourceText 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
Remarks: Read-only property.

See also:

Class TranslationEditBar

Last Updated: 04/27/05