Returns the note of the translation unit or sets it.

Type Info:

Note As String
Example:
Dim TU As TransUnit
Dim Note As String

Set TU = Application.ActiveTransUnit

TU.Note = "Note text."
Note = TU.Note
See also:

Class TransUnit

Last Updated: 04/27/05