
Part VPart V
Manipulating
Files and Folders
with VBA
While VBA offers a number of built-in functions and statements for
working with the file system, you can also perform file and folder
manipulation tasks via objects and methods included in the Windows
Script Host installed by default on Microsoft Windows 98 and later
versions. In addition, you can open and manipulate files directly via
the low-level file I/O functions.
In this part of the book, you discover various methods of working
with files and folders, and learn how to programmatically open, read,
and write three types of files.
Chapter 12 File and Folder Manipulation with VBA
Chapter 13 File and Folder ...