Returns the previous source text.

Type Info:

PreviousSource As String
Example:
Dim TU As TransUnit
Dim PreviousSource As String

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

See also:

Class TransUnit

Last Updated: 03/11/04