Maggielove
New Member
- Joined
- Apr 3, 2018
- Messages
- 11
Please could someone tell me why the Autofill destination does not work with single rows?
i am using
Range(“h2”).Autofill Destination:=Range(“H2:H” & last row)
It works perfectly for multiple rows, but gives me an Autofill method of range class error if there’s only one row of data.
i am using
Range(“h2”).Autofill Destination:=Range(“H2:H” & last row)
It works perfectly for multiple rows, but gives me an Autofill method of range class error if there’s only one row of data.