
Question:
in conditional formatting what would be the expression i would use to check whether a DIFFERENT textbox's font color is set to white?
Solution:1
With VBA, you can check whether a control's ForeColor property is white (vbWhite = 16777215).
If Me!SomeControl.Properties("ForeColor") = 16777215 Then
However, I'm lost trying to figure out how to apply that approach in conditional formatting.
Note:If u also have question or solution just comment us below or mail us on toontricks1994@gmail.com
EmoticonEmoticon