Thread
:
Resize problem
View Single Post
#
1
Posted to microsoft.public.excel.programming
Mathieu
external usenet poster
Posts: 26
Resize problem
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).past e
How can I code it?
A B C
1 4 Select Copy
2 2
3 4
4 5
5 14
6 9
Reply With Quote
Mathieu
View Public Profile
Find all posts by Mathieu