The lines listed below are in a macro in Excel XP. It runs fine there, but will not run in 97.
Selection.Sort Key1:=Range(“A8”), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
Why would it run in one but not the other?