I want the column to be alphabetically organized from top (A) to bottom (z) but I want it to be in a set range of rows that I have previously searched for
I think this is close but it says the sort method is not correct
Range("B2:G10").Select
Selection.sort Key1:=Range("A4"), Order1:=xlAlphabetical, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
Range("R1000").Select
I think this is close but it says the sort method is not correct
Range("B2:G10").Select
Selection.sort Key1:=Range("A4"), Order1:=xlAlphabetical, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
Range("R1000").Select