Remarks

The RoutingSlip object doesn't exist and cannot be returned unless the property for the workbook is True.

Example

Use the RoutingSlip property to return the RoutingSlip object. The following example sets the delivery style for the routing slip attached to the active workbook. For a more detailed example, see the RoutingSlip property.

Visual Basic for Applications
ActiveWorkbook.HasRoutingSlip = True ActiveWorkbook.RoutingSlip.Delivery = xlOneAfterAnother
Routing Slip Object RoutingSlip routingslip object

See also: