Input and output keyword summary
Action | Keywords |
---|---|
Access or create a file. | Open |
Close files. | Close, Reset |
Control output appearance. | Format, Print, Print #, Spc, Tab, Width # |
Copy a file. | FileCopy |
Get information about a file. | EOF, FileAttr, FileDateTime, FileLen, FreeFile, GetAttr, Loc, LOF, Seek |
Manage files. | Dir, Kill, Lock, Unlock, Name |
Read from a file. | Get, Input, Input #, Line Input # |
Return length of a file. | FileLen |
Set or get file attributes. | FileAttr, GetAttr, SetAttr |
Set read-write position in a file. | Seek |
Write to a file. | Print #, Put, Write # |
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.