I need to be able to have excel 2010 open (in windows 7 if it makes a difference) and have this setting defaulted to off.

I've tried unchecking the box and closing excel, saving the setting on the default book.xltx, logging off and back in deleting app data, etc.... help!

link|improve this question
feedback

1 Answer

If your goal is to prevent Excel from using multiple CPUs at once, you could have Excel launch with affinity for only a single processor, for example with

start /affinity 1 "c:\path to office\excel.exe"

That would prevent Excel from using any CPUs but the first one.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.