View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default VBA UDF Calculation (not)

Greg,
Excel normally does not recalculate functions if their inputs have not
changed.
But may be application.Volatile will give the desired behaviour.

NickHK

"Greg Longtin" wrote in message
...
Tim,

What are the inputs to the UDF? Does it use any data not passed as a
parameter?


One cell value, which is the name a worksheet in the workbook to use for

the
calculation.

Greg