Resize Range - Macro
Unless you have a specific reason for activating a the first sell and
selecting the second (which are actually different operations), i
wouldnt bother. The following accomplished what you want to do in one
line:
Range("myrange", Range("myrange").End(xlDown)).Copy Range("otherrange")
Regards, Sam
|