Sorting

B

Bill

I would like to sort record A1that has A2,A3 ,A4 rows attached . How do I do
this and keep the records together if I have 50+ record to sort
 
D

Dave F

XL's sort feature sorts by rows, not colums. Is it possible to arrange your
data in columns, not rows? Then you could just use the standard sort
feature. If not, then to do what you're looking to do would require some
custom VBA code.

Dave
 
B

Bill

It,s wouldn,t be agood idea to put it into colums. is it possible to write a
VBA code to keep it all together while sorting
 
Top