Share via


Notes Property

Returns or sets the notes for an assignment, resource, or task. Read/write String.

Remarks

The Notes property does not accept characters with an ASCII value less than 32, except for the carriage return (ASCII 13) and linefeed (ASCII 10) characters.

Example

The following example adds a comment to the notes of the resource in the active cell.

Sub SaveAndNoteTime()
    ActiveCell.Resource.Notes = ActiveCell.Resource.Notes & vbCrLf & vbCrLf & "No status report yet."

End Sub

Applies to | Assignment Object, Assignments Collection Object | Resource Object, Resources Collection Object | Task Object, Tasks Collection Object

See Also | Code Property | Group Property | Initials Property | InsertNotes Method | Name Property | Priority Property | Template Property | Title Property | WBS Property