hello
i was wondering if you could help me edit this code
So far the code copies the value in cell "F15" in sheet 4 and pastes the value in sheet 18, cell D6
but the problem is that everytime i click it it just replace the value in sheet 18cell "D6" i want it to go down by a cell everytime it is clicked
The code is:
thanks in advanceSheet18.Cells.Range("D6").Value = Sheet18.Cells.Range("D6").Value + Sheet4.Cells.Range("F15").Value
Bookmarks