Hello All,
I created a function that counts the number of non-colored cells within
a given range, called CountColor. I can access this function as a
formula in my worksheets.
Since i cannot call a "format change" event, i'm forced to use the
worksheet.change event.
i placed a me.calculate command in the worksheet.change event which
will cause the worksheet to recalculate the formulas in the sheet.
to get my CountColor formula to update, i have to make a change within
the range of the CountColor formula. for example, place and then remove
the number 2. If i change a cell outside the range of the formula, the
formula will not update.
So is there a way to get my formula to update, when a value outside the
formula's range changes?
I'm using Office XP Pro verson 2002.
Thanks,
scot