Routed Property

Applies To

Document object.

Description

True if the specified document has been routed to the next recipient. False if the document has yet to be routed (for example, if the document has no routing slip, or if a routing slip was just created). Read-only Boolean.

See Also

Route method, Status property.

Example

This example routes the active document if it hasn't yet been routed.

If ActiveDocument.Routed = False Then ActiveDocument.Route