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

  • Thread starter Thread starter Bob
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top