Looks like there a CLASS module that you need as well. Recheck the page
for information on implementing the example.
> Thanks for taking the time to read my question.
>
[quoted text clipped - 11 lines]
>
> Thanks again.
That's what I thought. I've read through the pages provided, but I don't see
anything.
At the top of the file to copy is this:
Option Explicit
' Attribute VB_Name = "clsReadTextFile"
' Text File Class for reading files
' Copyright 2000, Chuck Grimsby
' All Rights Reserved
' Use is free without restriction,
' I just keep the copyright!
I took off the REM from the first line " ' Attribute VB_Name =
"clsReadTextFile", but that just gave me an error.
Any other ideas?
Thanks again for the reply,
Brad
> Looks like there a CLASS module that you need as well. Recheck the page
> for information on implementing the example.
[quoted text clipped - 14 lines]
> >
> > Thanks again.
David C. Holley - 05 Dec 2005 18:14 GMT
Nada. My expereience in working with Text files via VBA is *quite* minimal.
> That's what I thought. I've read through the pages provided, but I don't see
> anything.
[quoted text clipped - 36 lines]
>>>
>>>Thanks again.
Marshall Barton - 05 Dec 2005 18:21 GMT
>That's what I thought. I've read through the pages provided, but I don't see
>anything.
[]
Brad, I believe that the code needs to be copied into a
**Class** module within your application.

Signature
Marsh
MVP [MS Access]