PDA

Click to See Complete Forum and Search --> : help needed...


sameer27p
Jul 26th, 2004, 01:40 PM
hi all,

i am looking out for a macro code which can sort a column in ascending order..

i have a column K which contains positive and negative values..i need to sort this column in ascending order..then i need to display the grand totals of the positive and negative values by inserting rows....

can someone please help me out in this ? i already have a macro which does a lot of other things,in which i need to embed this code !

dglienna
Jul 26th, 2004, 11:57 PM
one way is to do a bubble sort, which can be found by searching the forum. it is not the fastest way, but it works.

BrianB
Jul 27th, 2004, 02:03 AM
Why not just record a macro of Excel's Data/sort ??