Here's the function.
A sample call would be:
strLine = objSplit.SplitLine(strTemp, ",", """")
where strTemp is the current line string, comma is the delimiter, a double quote is the text qualifier, and strLine is a string array.
Hope this helps
Public Function...