Hi
I have a folder that will contain a variable number of files 9all in the same format).
I am trying to write some VBA code to access each file, open it, process it , close it ; then for on to next file and do the same.
I am guessing there must be some code like:
For each workbook in folder
open...
process..
close...
next workbook
but I am struggling trying to fined the correct syntax.
Can anyone help please?
many thanks
Peter