When I run a macro, I'd like the code to run a formula and insert it's value into a cell. (If I were doing this by hand, I would copy --> paste values). How do I do that? This is what I have now, but the formula is in the cell not the value: Cells(2, 4).Value = "=SUMPRODUCT((AllData!E2...