ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Exclude cells from calculation? (https://www.excelbanter.com/excel-programming/295640-exclude-cells-calculation.html)

Claude

Exclude cells from calculation?
 
Hi all

Is there a way to exclude certain cells in a worksheet
from calculation when f9 is hit? I have cells referencing
to an external data source which result in errors when f9
is hit and the data source is not available.
Is it possible to stop calculation from occuring with
Workbook_SheetCalculate() or Worksheet_Calculate()?

Tom Ogilvy

Exclude cells from calculation?
 
No, there isn't a way to stop individual cells from calculating. You could
possibly write a macro that calculates on specific cells and use that
instead of F9.

You might look at Charles Williams' site. He has done a lot of research on
how excel calculates

http://www.decisionmodels.com

--
Regards,
Tom Ogilvy

"Claude" wrote in message
...
Hi all

Is there a way to exclude certain cells in a worksheet
from calculation when f9 is hit? I have cells referencing
to an external data source which result in errors when f9
is hit and the data source is not available.
Is it possible to stop calculation from occuring with
Workbook_SheetCalculate() or Worksheet_Calculate()?





All times are GMT +1. The time now is 06:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com