Thread
:
sort function - from ascending to descending
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 789
sort function - from ascending to descending
Hi
try changing the test
If List(i) List(j)
to
If List(i) < List(j)
(untested)
Paul
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]