Hi,
I need the ForeColor of a checkbox text on a userform to change colour depending on certain criteria. Here's the code I have:
The issue is that tbEffectiveDOT is reading from a cell, and the cell contains a formula (the formula being "=J28"). So no matter what it's always > 0.
What I would like is, if tbEffectiveDOT is empty or equals a default value, the forecolor of cbBillExclusion stays black, but if not empty or doesn't equal the default value, then the forecolor should change to red.
Any ideas?
Cheers,
Bookmarks