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

constants group XlToolbarProtection

Constants
xlNoButtonChanges  
xlNoChanges  
xlNoDockingChanges  
xlNoShapeChanges  
xlToolbarProtectionNone  
Constants' Details
xlNoButtonChanges
const long xlNoButtonChanges = 1;
xlNoChanges
const long xlNoChanges = 4;
xlNoDockingChanges
const long xlNoDockingChanges = 3;
xlNoShapeChanges
const long xlNoShapeChanges = 2;
xlToolbarProtectionNone
const long xlToolbarProtectionNone = -4143;
Top of Page