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

constants group XlPrintErrors

Constants
xlPrintErrorsBlank  
xlPrintErrorsDash  
xlPrintErrorsDisplayed  
xlPrintErrorsNA  
Constants' Details
xlPrintErrorsBlank
const short xlPrintErrorsBlank = 1;
xlPrintErrorsDash
const short xlPrintErrorsDash = 2;
xlPrintErrorsDisplayed
const short xlPrintErrorsDisplayed = 0;
xlPrintErrorsNA
const short xlPrintErrorsNA = 3;
Top of Page