PDA

View Full Version : Sorting arrays in VBA



stanleykorn
02-19-2016, 07:27 PM
Why is there no array sort function in VBA? Are there any plans to provide one?

SamT
02-20-2016, 06:47 AM
Recommended reading

http://www.cprogramming.com/tutorial/computersciencetheory/sortcomp.html

https://en.wikipedia.org/wiki/Sorting_algorithm

https://en.wikipedia.org/wiki/Quicksort

Bob Phillips
02-20-2016, 09:46 AM
Why is there no array sort function in VBA? Are there any plans to provide one?

There are nbo plans to do anything with VBA, other than to add new functionality to the object module.