> Thank you Douglas. I'm going to study your code and try to apply it. I'm
> hoping I can come back with any questions I might have.
[quoted text clipped - 48 lines]
> >>>Thanks.
> >>>Desilu
> Hi
>
[quoted text clipped - 5 lines]
> But "Line Input" I have not seen this method before. Could not find any
> helpful documentation on MSDN either.
Don't know why Line Input # isn't showing up in an MSDN search, but the
information in
http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/office97/html/o
utput/F1/D6/S5B260.asp
is still valid.
> 2. intLineCount = 0
> I don't know how it is going to go into the SELECT CASE
>
> Should not this be initialized to 1
Sorry, yes, it should have been intialized to intLineCount = 1
> and then incremented and then reinitialized to 1 once it has reached 3?
You could do it that way, but to me that doesn't appear any better than what
I'm doing. (When Case is 1, I'm setting it to 2 after I'm done, when Case is
2, I'm setting it to 3 after I'm done and when Case is 3, I'm setting it to
1 after I'm done)

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)