View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams[_2_] Tim Williams[_2_] is offline
external usenet poster
 
Posts: 298
Default Workbook_SheetCalculate Method

Is your code a UDF, or called from the worksheet calculate event ?
What does your function do ?

Tim

"Chad" wrote in message
...
Whenever the worksheet recalculates, I call a function that I have
created.
However, the function apprars to run twice even though I am calling it
once.
It the worksheet calcuating more than once? How can I fix this?

Thanks in advance for your help.