Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I try this code to sort my sheet but end up losing my header (which i row 1) Can anyone help me figure out why? Code ------------------- Rows("1:61775").Select Range("C1").Activate Selection.sort Key1:=Range("C1"), Order1:=xlAscending, Header:= _ xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom ------------------- -- DK ----------------------------------------------------------------------- DKY's Profile: http://www.excelforum.com/member.php...fo&userid=1451 View this thread: http://www.excelforum.com/showthread.php?threadid=26315 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting problems | Excel Discussion (Misc queries) | |||
Problems due to sorting | Excel Discussion (Misc queries) | |||
sorting problems | Excel Worksheet Functions | |||
Need Help with Sorting Problems | Excel Discussion (Misc queries) | |||
Problems merging an excel file due to code or file problems? | Excel Programming |