bigracefan
Programmer
I'm trying to split a file but when I use split(filename,vbcrlf) it doesn't split the file. When you hover over vbcrlf you see two squares. On my text file, where the line returns are is a single square. I've tried doing split(filename,mid(vbcrlf,1,1)), but this doesn't work. Is there a vbsomething to represent one of those squares?