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

constants group XlCalculationInterruptKey

Constants
xlAnyKey  
xlEscKey  
xlNoKey  
Constants' Details
xlAnyKey
const short xlAnyKey = 2;
xlEscKey
const short xlEscKey = 1;
xlNoKey
const short xlNoKey = 0;
Top of Page