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/
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
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
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
--
---
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