Syntax

expression.Reset

expression A variable that represents a RoutingSlip object.

Return Value
Variant

Example

This example resets the routing slip for Book1.xls if routing has been completed.

Visual Basic for Applications
With Workbooks("BOOK1.XLS").RoutingSlip If .Status = xlRoutingComplete Then .Reset Else MsgBox "Cannot reset routing; not yet complete" End If End With
Can I reroute mail using the same slip? Can I reuse my routing slip? How do I clear the routing on a delivery? reset reset method reset method.

See also: