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

constants group XlSaveAction

Constants
xlDoNotSaveChanges  
xlSaveChanges  
Constants' Details
xlDoNotSaveChanges
const short xlDoNotSaveChanges = 2;
xlSaveChanges
const short xlSaveChanges = 1;
Top of Page