Thread: Resize problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mathieu Mathieu is offline
external usenet poster
 
Posts: 26
Default 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