Status Bar Calculating Cells 50%

N

Neil

Excel calcultes how many calculations are on the sheet
and when it does a recalc displays at the bottom of the
screen the status, e.g. calculating cell 5%, 10% etc...

Is there any way to get at these numbers in code ?
 
T

Tom Ogilvy

No, I wouldn't think so; while excel is calculating, your code is suspended.
That may not be true of a UDF that is being calculated by the calculation
engine. You might have your UDF read the statusbar - I have never tried
that.
 
Top