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