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

constants group XlEnableSelection

Constants
xlNoRestrictions  
xlNoSelection  
xlUnlockedCells  
Constants' Details
xlNoRestrictions
const short xlNoRestrictions = 0;
xlNoSelection
const short xlNoSelection = -4142;
xlUnlockedCells
const short xlUnlockedCells = 1;
Top of Page