"Enable background error checking" on/off in Excel 2007 SP2

B

Bob

Hi,

Is there a way to turn on/off the "Enable background error checking" tick
box in Excel 2007 SP2 using code?

TIA
 
M

meh2030

Hi,

Is there a way to turn on/off the "Enable background error checking" tick
box in Excel 2007 SP2 using code?

TIA

Bob,

Application.ErrorCheckingOptions.BackgroundChecking = False

Best,

Matthew Herbert
 
Top