sortArray

C

coldmejl

Hi!

I need a function that sorts an array. I´ve Googled it, and found out
that old versions of Office containing WordBasic had a function called
sortArray, but that this function is not a standard function in VBA.
Though it said that it was still possible to use it in the following
(pretty simple) way:

WordBasic.SortArray(myArray)

Unfortunatley, I don´t get this to work. Any ideas? Maybe this isn´t
working in VBA after all? Or maybe I need to add some reference
(Tools/References)? All help appreciated.
 
Top