D
Dave Neve
Hi
The following line is taken from the help pages of VBA.
Join(sourcearray[, delimiter])
But in spite of it's simplicity, VBA will not accept my code (this happens a
lot to me)
Join(A[, " "])
A is my Array and the two " " have a space between them as delimiter.
What is wrong with such a simple line of code?
Thanks
The following line is taken from the help pages of VBA.
Join(sourcearray[, delimiter])
But in spite of it's simplicity, VBA will not accept my code (this happens a
lot to me)
Join(A[, " "])
A is my Array and the two " " have a space between them as delimiter.
What is wrong with such a simple line of code?
Thanks