G
Guest
It's working...However, I find it apparently doesn't recognize EOF unless I
add...
If vTheFile = "" Then Exit Do
Is there a reason for it not to recognize EOF?
This should apply to all ASCII files...20 rows, etc.. ???
Do While Not EOF(iNumOne)
Line Input #iNumOne, vTheFile
If vTheFile = "" Then Exit Do
.....rest of code is fine...
TIA - Bob
add...
If vTheFile = "" Then Exit Do
Is there a reason for it not to recognize EOF?
This should apply to all ASCII files...20 rows, etc.. ???
Do While Not EOF(iNumOne)
Line Input #iNumOne, vTheFile
If vTheFile = "" Then Exit Do
.....rest of code is fine...
TIA - Bob