Returns the source text.

Type Info:

Source As String
Example:
Dim TU As TransUnit
Dim SourceText As String

Set TU = Application.ActiveTransUnit
SourceText = TU.Source
Remarks: Read-only property.

See also:

Class TransUnit

Last Updated: 03/11/04