Hi again,
so I have recorded a macro where there are two cells being added together and divided by another cell value. This worked fine on several pages of the work book but now as I move through the book it is giving false results.
Is there a problem with what was recorded?
I have listed below and what I want the formula to do is add E+F and then divide by G and run through a column doing the same thing.
What seems to be happening with the current macro is that it is getting stuck and is then returning the result for the first cell in the column.
Any help welcome
Patrick
Range("P6").Select
ActiveCell.FormulaR1C1 = "=SUM(RC[-11],RC[-10])/RC[-9]"
Range("P6:P45").Select
Selection.NumberFormat = "0.00"
Bookmarks