Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I need to sort a table with BubbleSort. I know how the algorithm works: For i = left To right - 1 If student_temp(i) student_temp(i + 1) Then Call swap(i, i + 1) End If Private Sub swap Dim hold As String hold = student_temp(j) student_temp(j) = student_temp(k) student_temp(k) = hold but I have no idea how this works on an Excel sheet. How do I access the rows? Do I need an array? I will appreciate any help. Thanks in advance --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table sort -Excel 2007 | Excel Discussion (Misc queries) | |||
How do I sort a table by last name and first name in Excel? | Setting up and Configuration of Excel | |||
How import table and have Excel sort automatically? | Excel Discussion (Misc queries) | |||
When I try to sort in Excel only part of the table sorts | Excel Discussion (Misc queries) | |||
how do i sort a table in excel | Excel Worksheet Functions |