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

constants group XlFileAccess

Constants
xlReadOnly  
xlReadWrite  
Constants' Details
xlReadOnly
const short xlReadOnly = 3;
xlReadWrite
const short xlReadWrite = 2;
Top of Page