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

constants group XlLinkStatus

Constants
xlLinkStatusCopiedValues  
xlLinkStatusIndeterminate  
xlLinkStatusInvalidName  
xlLinkStatusMissingFile  
xlLinkStatusMissingSheet  
xlLinkStatusNotStarted  
xlLinkStatusOK  
xlLinkStatusOld  
xlLinkStatusSourceNotCalculated  
xlLinkStatusSourceNotOpen  
xlLinkStatusSourceOpen  
Constants' Details
xlLinkStatusCopiedValues
const short xlLinkStatusCopiedValues = 10;
xlLinkStatusIndeterminate
const short xlLinkStatusIndeterminate = 5;
xlLinkStatusInvalidName
const short xlLinkStatusInvalidName = 7;
xlLinkStatusMissingFile
const short xlLinkStatusMissingFile = 1;
xlLinkStatusMissingSheet
const short xlLinkStatusMissingSheet = 2;
xlLinkStatusNotStarted
const short xlLinkStatusNotStarted = 6;
xlLinkStatusOK
const short xlLinkStatusOK = 0;
xlLinkStatusOld
const short xlLinkStatusOld = 3;
xlLinkStatusSourceNotCalculated
const short xlLinkStatusSourceNotCalculated = 4;
xlLinkStatusSourceNotOpen
const short xlLinkStatusSourceNotOpen = 8;
xlLinkStatusSourceOpen
const short xlLinkStatusSourceOpen = 9;
Top of Page