Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 882 Bytes

input-past-end-of-file-error-62.md

File metadata and controls

24 lines (14 loc) · 882 Bytes
title keywords f1_keywords ms.prod ms.assetid ms.date
Input past end of file (Error 62)
vblr6.chm50021
vblr6.chm50021
office
cd2a6984-2dae-66f0-ee55-14372a1d5f0a
06/08/2017

Input past end of file (Error 62)

You can't read past the end-of-file position. This error has the following cause and solution:

  • An Input # or Line Input # statement is reading from a file in which all data has been read or from an empty file. Use the EOF function immediately before the Input # statement to detect the end of file.

  • You used the EOF function with a file opened for Binary access. EOF only works with files opened for sequential Input access. Use Seek and Loc with files opened for Binary access.

For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).