September 2001
Beginner
528 pages
11h 59m
English
VBA provides a complete set of tools for file access, which refers to storing data in and reading data from files. For text data, you are better off using the object-oriented file-access methods based on the FileSystemObject class. For other types of data, you must use the traditional file-access statements and the three supported file formats: random, sequential, and binary. File management—deleting, moving, and copying files and folders—is also best done using the FileSystemObject class. Regardless of the type of data you need to store or read, VBA has the tools you need.
Read now
Unlock full access