Does anyone know of a way to use SPLIT() with multiple delimiters? Something like varx = Split("some-Text: like'this","-', ") I don't think I can nest them because of the arrays that they create as the result. Thanks, David