How to limit 'calculate' (F9) to specific cell, range, sheets, workbooks?

  • Thread starter Thread starter pm
  • Start date Start date
P

pm

hello,

is there any possibility of limiting 'calculate' (F9) to particular cell, range,
sheets, worksbooks?
i have about 70 excel files (weight ca 300 MB). Automatic calculation is off.
manual last about 1 minute (with 512 MB RAM), what in effect last about several
houres when i calculate files in loop of two variables
limiting (restricting?) calculate instruction to cells, range, sheets would
accelerate all process

PS. how can i disable macro in sheet's code when another macro is running?
and enable it after ...
eventually, how disable macro when F9 is pressed?

regards
 
You can indeed calculate Sheets (SHIFT+F9) and ranges (VBA needed).

Lots of information about Excel's calculation mechanisms here on Charles
William's site:

www. decisionmodels.com
 

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