Hi,
I've recorded a macro to sort some data I have to do on a regular basis. The problem is the number of rows can change but the macro recorded references to the range I've recorded.
e.g.
Range("A1:S2429").Sort
Selection.AutoFill Destination:=Range("C2:C1249")
I can I make it sort all of the data, and likewise, autofill to the bottom row?
Thanks!
I've recorded a macro to sort some data I have to do on a regular basis. The problem is the number of rows can change but the macro recorded references to the range I've recorded.
e.g.
Range("A1:S2429").Sort
Selection.AutoFill Destination:=Range("C2:C1249")
I can I make it sort all of the data, and likewise, autofill to the bottom row?
Thanks!