L
LiAD
Hello again,
Another small simple question for someone that knows how.
How do i adapt this code in order to stop copying at row 109 maximum? So
its max copying range is 11 to 109 inclusive.
LastRow = Range("E" & Rows.Count).End(xlUp).Row
Range("P11:AC11").AutoFill Destination:=Range("P11:AC" & LastRow),
Type:=xlFillDefault
Thanks
LiAD
Another small simple question for someone that knows how.
How do i adapt this code in order to stop copying at row 109 maximum? So
its max copying range is 11 to 109 inclusive.
LastRow = Range("E" & Rows.Count).End(xlUp).Row
Range("P11:AC11").AutoFill Destination:=Range("P11:AC" & LastRow),
Type:=xlFillDefault
Thanks
LiAD