Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
It appears that the second link that Gerigto provided would be closest to
what you desire - you'll need to modify it to deal with the range you need sorted. Recording a macro while you actually perform a sort will give you the code you need. Now, to make it a true auto-sort when existing data within the range changes, you'll need to get the code into the worksheet's _Change() event handler and do some testing to see if the change took place within the range to be resorted. If you need help with that, post back. If you do, also explain a little more about your definition of "change" in this context - do you mean just changing existing entries, or also deleting/adding entries to the columns involved? Deleting shouldn't be much of an issue - presumably the list would remain sorted, but adding new entries would very likely create a need to resort. "loc" wrote: Can you auto sort a group of cells when a value is changed? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a way to Auto sort or save a sort? | Excel Discussion (Misc queries) | |||
Auto sort | Excel Worksheet Functions | |||
Auto Sort ??? | Excel Discussion (Misc queries) | |||
auto sort? | Excel Discussion (Misc queries) | |||
Auto Sort | Excel Worksheet Functions |