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

constants group XlLink

Constants
xlExcelLink  
xlOLELink  
xlPublishers  
xlSubscribers  
Constants' Details
xlExcelLink
const short xlExcelLink = 1;
xlOLELink
const short xlOLELink = 2;
xlPublishers
const short xlPublishers = 5;
xlSubscribers
const short xlSubscribers = 6;
Top of Page