Thread
:
Macro - Varying Range to Copy
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Macro - Varying Range to Copy
iEnd = Sheets("Sheet1").Range("A1").End(xlDown).Row
Sheets("Sheet1").Range("A1:G" & iEnd).Copy
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet