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

constants group XlCutCopyMode

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