View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lars Schouw Lars Schouw is offline
external usenet poster
 
Posts: 19
Default calculateing cells on demand

What is the best way to make sure I have control overwhen cells are
calculated?

I have some very long running calculations and would like postpone
them until all the pre-conditions are setup.

I could use a boolean flag in an if statement but how do I do that
better inside of my UDF function?

Lars