Hi, Here is a CSV file parser that reads Excel style CSV files. It doesn't include all the functionality of Ivan Perez' CSV library, just a parser and a couple of mostly superfluous get row/column functions. Why use it instead of Ivan's code? Well, maybe you won't. He has some good stuff in there. But this version does have a few virtues: - Like Ivan's code, it parses Excel style CSV files - It parses the CSV into a 2D array, so you can access the fields directly - It is lightning quick