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

constants group XlEditionOptionsOption

Constants
xlAutomaticUpdate  
xlCancel  
xlChangeAttributes  
xlManualUpdate  
xlOpenSource  
xlSelect  
xlSendPublisher  
xlUpdateSubscriber  
Constants' Details
xlAutomaticUpdate
const short xlAutomaticUpdate = 4;
xlCancel
const short xlCancel = 1;
xlChangeAttributes
const short xlChangeAttributes = 6;
xlManualUpdate
const short xlManualUpdate = 5;
xlOpenSource
const short xlOpenSource = 3;
xlSelect
const short xlSelect = 3;
xlSendPublisher
const short xlSendPublisher = 2;
xlUpdateSubscriber
const short xlUpdateSubscriber = 2;
Top of Page