Hello,
I am realitively new to writing code in excel. I have a button that when i click it it moves data from one cell that has done a calc to another cell as a holding place. I don't want to lose that data but need to go to the next empty cell below the first holding spot when I have further data to hold. The command below works for the first part but overides the next calc data.
How can I make this go to then next empty cell?
Private Sub CommandButton2_Click()
Sheets("sheet2").Range("N15") = Sheets("sheet2").Range("c18")
End Sub
Configuration: Windows XP Internet Explorer 7.0
Select
|