Thread
:
Autofill Dynamic Range of Cells
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 29
Autofill Dynamic Range of Cells
Hi Keri,
This worked for me:
LastRow = ActiveSheet.Range("A1").End(xlDown).Row
Range("CR2:DC2").AutoFill Destination:=Range("CR2:DC" & LastRow)
-Ben
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]