View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default counting iterations

Excel doesn't report that. You can see the maximum allowed in
Tools=References, Calculation tab.

--
Regards,
Tom Ogilvy


"Mitch" wrote in message
...
I have inherited a workbook that uses an iterative approach to resolve
circular references. I need to record the number of iterations used to
resolve the circular reference, but I cannot find a VBA

method/property/etc.
that can report the number of iterations used. It must be in there
somewhere! Can anyone help me?