Ok so I'm trying a round about way to get an autofill to work. I have a dataset on Sheet1 which has a formula in Column L with the word "New" or "Old".
I want cell M2 to countif the cells are "New".
Now, I want to incorporate this into my macro for autofill.
I want it to be somehting like this...
LR = Sheet1.Cells("M2").Value + 1
Selection.AutoFill Destination:=Range("A2:A" & LR)
Would something like this or similar work?
I want cell M2 to countif the cells are "New".
Now, I want to incorporate this into my macro for autofill.
I want it to be somehting like this...
LR = Sheet1.Cells("M2").Value + 1
Selection.AutoFill Destination:=Range("A2:A" & LR)
Would something like this or similar work?