E
Edgar
Hi
Is it possible to run a macro that will open a file in a
folder and then apply some code and then close that file
and open up the next in the folder.
For eg:
For x = file1 to file100 (folder c:\test\")
Workbook(x).open
'Some code here
Next x
TIA
Is it possible to run a macro that will open a file in a
folder and then apply some code and then close that file
and open up the next in the folder.
For eg:
For x = file1 to file100 (folder c:\test\")
Workbook(x).open
'Some code here
Next x
TIA