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

constants group XlMousePointer

Constants
xlDefault  
xlIBeam  
xlNorthwestArrow  
xlWait  
Constants' Details
xlDefault
const long xlDefault = -4143;
xlIBeam
const long xlIBeam = 3;
xlNorthwestArrow
const long xlNorthwestArrow = 1;
xlWait
const long xlWait = 2;
Top of Page