RoutingSlip Object
Represents the routing slip for a workbook. The routing slip is used to send a workbook through the electronic mail system.
Using the RoutingSlip Object
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.
ActiveWorkbook.HasRoutingSlip = True
ActiveWorkbook.RoutingSlip.Delivery = xlOneAfterAnother
Remarks
The RoutingSlip object doesn’t exist and cannot be returned unless the HasRoutingSlip property for the workbook is True.