I have 20 workbooks in C:\Sales Reports
Each on these worksheets have the same macro
Currently I open each workbook manually and activate the above macro, save the file and close it
I would like a workbook with a macro to open all the files in C:\Sales Reports and to activate the macro
, save the file and close it once te macro has run
It would be apprciated if someone could provide me with the code to do this
Each on these worksheets have the same macro
Code:
Sub UpdateData()
Currently I open each workbook manually and activate the above macro, save the file and close it
I would like a workbook with a macro to open all the files in C:\Sales Reports and to activate the macro
Code:
Sub UpdateData()
It would be apprciated if someone could provide me with the code to do this