Deferred Procedure in Excel 2007 VBA

T

TomThumb

Procedure A changes a color onscreen, using the integer contents of a
spreadsheet cell.

The first time Procedure A is called, it's results are delayed until other
procedures finish. The second, and all subsequent times, Procedure A is
called, it's results are immediate -- which is what I want. What gives?

Adding to the mystery is that if I manually change the contents of the cell
to the same existing value, Procedure A delays once again, but not after
subsequent calls.
 
Top