Hello guys!!
I need your assistance for the below code, its not working.
Sub debug_ing()
Worksheets(7).Cells(1, 1).End(xlDown).Copy
Worksheets(7).Cells(1, 9).End(xlDown).Offset(1, 0).PasteSpecial
End Sub
When I am runnng this code, error msg box pops-up. Its says "Run time error 1004"...