Hi,
I am new in VBA so I having problem with a a particular problem statement.
I have multiple workbooks in one folder which are reports in a specific format. I need to extract specific cells and one whole column from each workbook and store it in a masterworkbook. The information which I need to extract is
1. Date - cell D4
2. ID - cell E10
3. Column of data B14 to B247
I need these automated and stored in a masterworkbook.
In the master workbook I need to store it in such a way that the data from each file is stored columnwise ie Workbook 1 day in B column, workbook2 data in C column , workbook 3 in D column and so on depending on the number of files in the folder.
Also about the date should be stored as such that for each file data, Date in row 1, id in row 2 and the rest of the data below it.
Please help. I am really new at this and can't seem to get it right.
Thank you for your help and time
I am new in VBA so I having problem with a a particular problem statement.
I have multiple workbooks in one folder which are reports in a specific format. I need to extract specific cells and one whole column from each workbook and store it in a masterworkbook. The information which I need to extract is
1. Date - cell D4
2. ID - cell E10
3. Column of data B14 to B247
I need these automated and stored in a masterworkbook.
In the master workbook I need to store it in such a way that the data from each file is stored columnwise ie Workbook 1 day in B column, workbook2 data in C column , workbook 3 in D column and so on depending on the number of files in the folder.
Also about the date should be stored as such that for each file data, Date in row 1, id in row 2 and the rest of the data below it.
Please help. I am really new at this and can't seem to get it right.
Thank you for your help and time