I have recorded the Macro below but I need to amend, to look at the next ten rows and not just the range shown in the selection. The below assumes I always want these specific cells but i need filter and sort this data so it might not be those specifics cells everytime.
Help much appreciated
Code:
Sub Test()
Range("H10:H19").Select
Selection.Copy
End Sub
Help much appreciated