P
Paul Ponzelli
I'd like to perform a series of VBA commands on all the files in a directory
folder, and I need to perform the same commands on each of those files.
In pseudocode, this would be
for each file in drive
ath\*.*
[perform operations]
next file
How can I tell VBA to do this?
Thanks in advance,
PP
folder, and I need to perform the same commands on each of those files.
In pseudocode, this would be
for each file in drive

[perform operations]
next file
How can I tell VBA to do this?
Thanks in advance,
PP