EOF Function. Loads an entire text file to a textbox etc....
EOF Function. Loads an entire text file to a textbox etc....
Rate EOF Function. Loads an entire text file to a textbox etc....
(2(2 Vote))
Do While Not EOF(1) ' Check for end of file.
Line Input #1, InputData ' Read line of data.
Debug.Print InputData ' Print to the Immediate window.
Loop
Close #1 ' Close file.
EOF Function. Loads an entire text file to a textbox etc.... Comments
No comments yet — be the first to post one!
Post a Comment