Syntax

expression.Routed

expression A variable that represents a Workbook object.

Remarks

If the workbook wasn't routed to the current recipient, this property is always False (for example, if the document has no routing slip, or if a routing slip was just created).

Example

This example sends the workbook to the next recipient.

Visual Basic for Applications
If ActiveWorkbook.HasRoutingSlip And _ Not ActiveWorkbook.Routed Then ActiveWorkbook.Route End If
Has mailer been routed? Routed routed property Tell if workbook has been sent to next recipient?