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

constants group XlRoutingSlipDelivery

Constants
xlAllAtOnce  
xlOneAfterAnother  
Constants' Details
xlAllAtOnce
const short xlAllAtOnce = 2;
xlOneAfterAnother
const short xlOneAfterAnother = 1;
Top of Page