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

constants group XlSheetType

Constants
xlChart  
xlDialogSheet  
xlExcel4IntMacroSheet  
xlExcel4MacroSheet  
xlWorkSheet  
Constants' Details
xlChart
const long xlChart = -4109;
xlDialogSheet
const long xlDialogSheet = -4116;
xlExcel4IntMacroSheet
const long xlExcel4IntMacroSheet = 4;
xlExcel4MacroSheet
const long xlExcel4MacroSheet = 3;
xlWorkSheet
const long xlWorkSheet = -4167;
Top of Page