OK, don't laugh :D I know this is probably easy for some of ya.
I'm trying to read in a large text file line by line, break it into variables and then do some filtering etc.
The file is space delimited. I do smth like this:
Open "c:\CrspVBA.txt" For Input As #1
Do While Not EOF(1)
'Read...