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

constants group XlWebFormatting

Constants
xlWebFormattingAll  
xlWebFormattingNone  
xlWebFormattingRTF  
Constants' Details
xlWebFormattingAll
const short xlWebFormattingAll = 1;
xlWebFormattingNone
const short xlWebFormattingNone = 3;
xlWebFormattingRTF
const short xlWebFormattingRTF = 2;
Top of Page