Home |
Search |
Today's Posts |
#27
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My suggestions was for sorting in 2 or more levels with the
Sort.Fields.Add method: First by column A, then by column E and then by column I. In that case if you enter the key with the whole range address e.g. Key:=Range("A1:A20") the data outside the table still remains. If you write Key:=Range("A1") outside data will be sorted too. Ok, that's what was happening with Howard's code, which is what I was trying to get away from so only the target data got sorted. I can't imagine why not sort the entire table unless there were groups of disconnected data across the columns... -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
How Do I Modify Pearson's Code to Add "Treat Consecutive Delimiters As One"? | Excel Programming | |||
Can you "duplicate" "copy" listboxes and code to multiple cells? | Excel Programming | |||
Modify code to disable "paste" | Excel Programming | |||
Looking for VB code to test for "RING" , "BUSY" disconnects or other signals | Excel Programming |