Re: $$Excel-Macros$$ Re: need help in soting

2011-06-18 Thread airen
Tx Deepak Regards Akhilesh Airen -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/

Re: $$Excel-Macros$$ Re: need help in soting

2011-06-18 Thread Deepak Pal Singh
Hope this will work.. On Fri, Jun 17, 2011 at 11:23 PM, airen wrote: > Members please Help.. > > -- > > -- > Some important links for excel users: > 1. Follow us on TWITTER for tips tricks and links : > http://twi

$$Excel-Macros$$ Re: need help in soting

2011-06-17 Thread airen
Members please Help.. -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1

$$Excel-Macros$$ Re: need help in soting

2011-06-17 Thread airen
let there is a table and i want to sort the records of this table using some attribute say pin code. the above algo sort only pin codes.. i want to sort records using coding only.. i don't want to use range().sort -- ---

$$Excel-Macros$$ Re: need help in soting

2011-06-16 Thread deepu
Your code is working fine...Can you elaborate what do you want to do, exactly? On Jun 16, 3:11 pm, airen wrote: > Sub bubblesort() >     Dim i As Integer, j As Integer, n As Integer, temp As Single >     n = Selection.Rows.Count >     For j = n To 3 Step -1 >     For i = 1 To j - 1 >         If S