Thread: Split function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Coco Coco is offline
external usenet poster
 
Posts: 34
Default Split function

I have a question:
Can I use the "split" function to split one by one, EACH Character of a what
is contained in a cell.

I mean, can I use something like this?

SplitAllChar= Split(myVal, "")

Thanks

Coco