Hi all i have a problem at hand, i am required to sort the below spreadsheet data using any method, most probably through a procedural call.
i am tried using a access table to import the table from an excel file and sort it using dao recordset then write it to a excel file. i attached a code for y'all to see
Data i have:
ID Col1 Col2
1 A1 B2
2 A2 B3
3 B2 C4
4 B3 C5
5 C4 D6
6 C5 D7
I need it to be sorted like this:
ID Col1 Col2
1 A1 B2
2 B2 C4
3 C4 D6
4 A2 B3
5 B3 C5
6 C5 D7
i am tried using a access table to import the table from an excel file and sort it using dao recordset then write it to a excel file. i attached a code for y'all to see
Data i have:
ID Col1 Col2
1 A1 B2
2 A2 B3
3 B2 C4
4 B3 C5
5 C4 D6
6 C5 D7
I need it to be sorted like this:
ID Col1 Col2
1 A1 B2
2 B2 C4
3 C4 D6
4 A2 B3
5 B3 C5
6 C5 D7