:: org :: openoffice :: vba :: Excel ::

constants group XlRoutingSlipStatus

Constants
xlNotYetRouted  
xlRoutingComplete  
xlRoutingInProgress  
Constants' Details
xlNotYetRouted
const short xlNotYetRouted = 0;
xlRoutingComplete
const short xlRoutingComplete = 2;
xlRoutingInProgress
const short xlRoutingInProgress = 1;
Top of Page