Routed Property

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.

Example

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

If ActiveDocument.Routed = False Then ActiveDocument.Route

Applies to | Document Object

See Also | Route Method | Status Property