You can do this by setting Worksheet("DontCalc").enablecalculation to false.
Then automatic calculation will recalc all other sheets.
To recalc "DontCalc" you have to reset .enablecalculation to True.
Note that .Enablecalculation is not normally saved with the workbook so you
have to set it each time.
You can also use this technique to only calculate the active workbook etc
(see FastExcel V2 user guide).
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.