In Excel I have a validation list which takes values from cells in other worksheets, so the validation list is made of up formulas with cell references in.
I want to have a macro which automatically sorts the list if a value within the list changes.
I tried using a worksheet_chang e macro, but this only works if the content of a cell changes and doesn't work with formulas.
Is there any way to do this?
Cheers
I want to have a macro which automatically sorts the list if a value within the list changes.
I tried using a worksheet_chang e macro, but this only works if the content of a cell changes and doesn't work with formulas.
Is there any way to do this?
Cheers
Comment