help on sorting data

S

Sam

Hi,
I have a soccer grid result. So I would like the column corresponding
to the points of the teams sorted descending. But I want the other
column to follow. And I want the first column (rank) to remain still
and not affected by the sorting operation. How can I do that ?

thx
 
S

Sam

thx
actually i've managed to do that
but how do i do it programmatically, that is in a macro ?
How do I refresh the sheet ?

tx
 
D

Dave Peterson

If you record a macro when you do it manually (once), you'll see the basic code.

If you need help modifying it, post back with the code you recorded.
 
Top