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

constants group XlXLMMacroType

Constants
xlCommand  
xlFunction  
xlnotXLM  
Constants' Details
xlCommand
const short xlCommand = 2;
xlFunction
const short xlFunction = 1;
xlnotXLM
const short xlnotXLM = 3;
Top of Page