Thread: sortArray
View Single Post
  #1   Report Post  
coldmejl coldmejl is offline
Junior Member
 
Location: Sweden
Posts: 3
Default sortArray

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.