I'm new to VBA and I am trying to do the following:
- I have multiple CSV files, each with one worksheet and the workbooks are saved under a specific name.
- The format of all the workbooks are the same.
I would like to write a VBA code which would do the following in a separate workbook called RDI raw data.xlsm
In RDI raw data
Copy all data from the workbooks into the RDI raw data file but each workbook needs to be a separate sheet in the RDI raw data file
Could someone please help with this?