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

constants group XlPrintLocation

Constants
xlPrintLocation  
xlPrintNoComments  
xlPrintSheetEnd  
Constants' Details
xlPrintLocation
const long xlPrintLocation = 16;
xlPrintNoComments
const long xlPrintNoComments = -4142;
xlPrintSheetEnd
const long xlPrintSheetEnd = 1;
Top of Page