Thread
:
Resize issue
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Resize issue
If the other works then no selections necessary
export.Sheets("Sheet1").Range("C4").Resize(Range(" F4").End(xlDown).Row,4).COPY
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Simon" wrote in message
...
HI everybody,
What is wrong with
export.Sheets("Sheet1").Range("C4").Resize(Range(" F4").End(xlDown).Row,
4).Select
Thanks
because
export.Activate
Range("C4").Resize(Range("F4").End(xlDown).Row, 4).Select
Selection.Copy
AllJobVolumes.Activate
works?!
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett