The documentation says the Split function is supposed to return a one dimensional array, but when I try to do this
Set MyArray = Split szTextString,",",10,vbTextCompare

I get a compile error saying that the array can't be set like this. HOw do I get the array.

I'm new at VB, I'm primarily a C++ programmer