Sorting Cell References
Posted by JAF on September 27, 2001 4:01 AM
Hiya
I have a macro that generates a list of cell references within a worksheet that contain certain values.
The output might be:
D4
A10
A4
E23
AG12
A2
If I sort this coulmn of cell references it returns:
A10
A2
A4
AG12
D14
E23
What I WANT it to return is:
A2
A4
A10
D14
E23
AG12
Any suggestions as to how I can do this? The actual cells that are output are different each time.
JAF