RoutingSlip Object [Excel 2003 VBA Language Reference]

Workbook
RoutingSlip

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.

Properties | Application Property | Creator Property | Delivery Property | Message Property | Parent Property | Recipients Property | ReturnWhenDone Property | Status Property | Subject Property | TrackStatus Property

Methods | Reset Method

Parent Objects | Workbook Object

Child Objects

See Also | HasRoutingSlip Property