I am new to using the Split function, and I have a problem. My delimiter is a quote mark. I can't figure out how to use that in the function. I have tried Split(text,"""), Split(text,'"'), Split(text,"Char(34)"). None of that works. Could anyone tell me how to handle this? Thanks.