(Edited by HansV to provide links to posts – see Help 19)
Hi
This leads on from post 461805 re populating an array from a text file. Well I have investigated all sorts of Sorts and given the size of my Array have decided that the Quick Sort would be the fastest/most efficient. Following Hans V’s info I looked at post 134856 and have added this to my project. The only two things I have changed is that in the source code :
Sub QuickSort(a() As Integer I have put
Sub QuickSort(Dictionary()as String – Dictionary being the name of my String Array
Now for the usual embarrassing bit. It might work but I can’t seem to Call it. Whatever I seem to do either it (a) compiles but nothing happens: in that my test to check what is in the array doesn’t show anything or I get a compile error: Argument not optional
Appreciate I am missing the b.obvious but at present can’t see that this is.
Please (yet again) sort me out.