M
Mathieu
Hi, I am trying to copy cell B1 and them select B2 to B6 by code. So far, I
fail by using this.
Selection.Resize(Range("A1").End(xlDown).Row).paste
How can I code it?
A B C
1 4 Select Copy
2 2
3 4
4 5
5 14
6 9
fail by using this.
Selection.Resize(Range("A1").End(xlDown).Row).paste
How can I code it?
A B C
1 4 Select Copy
2 2
3 4
4 5
5 14
6 9