I would like to copy the value present in the B1 to B20 and paste until B40000
I tried
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy
Range("A2").Select
Selection.End(xlDown).Select
Range("B21").Select
ActiveSheet.Paste
Range("A21").Select
Selection.End(xlDown).Select
Range("B40").Select
I would like to change the range which runs until B40000