This may be a simple matter, but I'm rather stumped.

I have a tab delimited text file from which I want to extract only two 'columns'

The rest I don't care about.

How do I do this? I've looked at using the File System Object, but it seems to be lacking a method for handling tab delimiting.

Help?