Workbook.RoutingSlip Property
Returns a RoutingSlip object that represents the routing slip for the workbook. Reading this property if there's no routing slip causes an error (check the HasRoutingSlip property first). Read-only.
Syntax
expression.RoutingSlip
expression A variable that represents a Workbook object.
Example
This example creates a routing slip for Book1.xls and then sends the workbook to three recipients, one after another.
| Visual Basic for Applications |
|---|
|