RoutingSlip Object

Description

Represents the routing slip for a workbook. The routing slip is used to send a workbook through the electronic mail system.

Accessors

The RoutingSlip property returns the routing slip for the workbook. 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 does not exist and cannot be accessed 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.