I'm trying to create a macro to, among other things, sort, filter, and delete rows. From the macro recorder, I get:
Range("A2").Select
ActiveWorkbook.Worksheets("TXHLPFKP381540").sort.SortFields.Clear
ActiveWorkbook.Worksheets("TXHLPFKP381540").sort.SortFields.Add Key:=Range( _...