Thread: Split method
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Papou Papou is offline
external usenet poster
 
Posts: 56
Default Split method

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