I have conditional formatting in a textbox based on a value of another textbox.
When this code is true in turns the font Bold and Red of the txt box [Actual]
What I need help with is how do I trigger a msgbox based of this conditional formatting? Or would it be better to do an after update code that does the conditional formatting and trigger the msgbox?
Code:
[Actual]>[Est Target]
What I need help with is how do I trigger a msgbox based of this conditional formatting? Or would it be better to do an after update code that does the conditional formatting and trigger the msgbox?
Comment