Trying to sort cells k24:p35 with no header.
The Header parameter in my Sort statement contains Header:=X|Guess and
this seems to work most times, but sometimes it does not sort properly.
If I use Header:=x|No it sorts properly all the time, but does not work
with an older version of Excel (2001 I think).
What is X|Guess doing that causes the sort to not work sometimes?
My Sort statement is:
Selection.Sort Key1:=Range("p24"), Order1:=xlAscending,
Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
--
mwc0914
------------------------------------------------------------------------
mwc0914's Profile:
http://www.excelforum.com/member.php...o&userid=24130
View this thread:
http://www.excelforum.com/showthread...hreadid=472966