Conditional formula change
Posted by Jim on April 11, 2001 9:15 AM
Please help with the most efficient VBA code to perform the following. In the middle of a macro, the selected cell (B40) contains the formula (A40*6.16). I want to examine the cell 12 rows above the selected cell and if it contains the formula (A28*6.24), then I want to change the selected cell's formula to use 6.24 instead of 6.16, else leave it as is. Thanks for your assistance.