G
Guest
I been having some trouble to delete an are in another worksheet, look simple
but I keep having an error, I did this:
Private Sub CommandButton2_Click()
Worksheets("Download").Range("A2:d200").Clear
End Sub
I also want to move the columns 1,2 and 3 to "Donwloads" starting in the row
2 that is previouslly clear to the columns 1, 4 and 5.
thanks a lot.
but I keep having an error, I did this:
Private Sub CommandButton2_Click()
Worksheets("Download").Range("A2:d200").Clear
End Sub
I also want to move the columns 1,2 and 3 to "Donwloads" starting in the row
2 that is previouslly clear to the columns 1, 4 and 5.
thanks a lot.