Visual Basic Reference Error Messages  

Input past end of file

Either an Input statement is reading from a file that is empty or one in which all the data has been used, or you used the EOF function with a file opened for binary access.

To correct this error

See Also

Accessing Files with FileSystemObject | Input Function | EOF Function | Seek Function | Loc Function