Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default 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()?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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()?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Exclude Cell from Calculation KenCQE Excel Discussion (Misc queries) 2 March 21st 07 11:05 AM
How do I set up a calculation to exclude weekends? Ken Proj mgr Excel Worksheet Functions 6 February 8th 06 02:49 PM
Date Calculation to exclude weekends Vim Excel Worksheet Functions 2 January 24th 06 02:58 PM
Exclude non-numeric data from calculation jostermi Excel Worksheet Functions 1 August 23rd 05 07:54 PM
calculation to exclude weekends Need2Know Excel Worksheet Functions 6 July 14th 05 09:01 PM


All times are GMT +1. The time now is 03:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"