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

constants group XlCutCopyMode

Constants
xlCopy  
xlCut  
Constants' Details
xlCopy
const short xlCopy = 1;
xlCut
const short xlCut = 2;
Top of Page