<t>I have a question about the using of Excel and VBA.Lets say in cell A1 and A2, I input 1 and 2. Then I input formula =SUM(A1+A2) to cell A3.I would like to write a VBA code to have the following functionality:Once I change the formula in A3, lets say I input 4 to cell A3, the color of the cel...