Hi Art
Yes there is the Split function in VBA.
Split(expression,delimiter,limit,compare)
HTH
Cordially
Pascal
"Art" a écrit dans le message de
...
Hi,
Does VBA (for Excel) have anything like the split method in VB.net. I'll
have a string with delimiters in it and I'd like to produce an array of the
segments between the delimiters.
I'd appreciate any suggestions.
Thanks,
Art