Task.Marked property (Project)
True if the task is marked for further action of some kind. Read/write Variant.
Syntax
expression. Marked
expression A variable that represents a Task object.
Remarks
For example, you can set the Marked property to "Yes", add the Marked column to a task view, and filter, format, or edit only those tasks that are marked "Yes". Setting Marked to 1 or True results in a value of "Yes" for the task in the Marked column.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.