Hi,
I have a really basic but important task that involves copying and pasting data from a daily worksheet into another worksheet each day.
I was wondering if its possible using vba could a macro loop through all the folders and subfolders in a directory to then find and copy and paste the cells into another sheet, the issue i found is that the daily worksheet is in a daily folder which changes each month, please see below:
K:\Finance\Protected Funding Sheets\Barclays cash funding\Daily Funding Calculation\2023\04. April\24 April 2023 BCA CSH Daily.xlsx
I basically need to copy the data (highlighted yellow) (B1,C1,C16,F19-H20,K15,M15-O16,M19-O20) in this sheet named Journal below and paste it into a new sheet which gets updated every day.
I would ideally like it for the data to be pasted into a sheet like this below (or something similar) if that is possible at all
Any help on this at all would be really very much appreciated
Thanking you in advance,
Quote Reply
Report
I have a really basic but important task that involves copying and pasting data from a daily worksheet into another worksheet each day.
I was wondering if its possible using vba could a macro loop through all the folders and subfolders in a directory to then find and copy and paste the cells into another sheet, the issue i found is that the daily worksheet is in a daily folder which changes each month, please see below:
K:\Finance\Protected Funding Sheets\Barclays cash funding\Daily Funding Calculation\2023\04. April\24 April 2023 BCA CSH Daily.xlsx
I basically need to copy the data (highlighted yellow) (B1,C1,C16,F19-H20,K15,M15-O16,M19-O20) in this sheet named Journal below and paste it into a new sheet which gets updated every day.
I would ideally like it for the data to be pasted into a sheet like this below (or something similar) if that is possible at all
Any help on this at all would be really very much appreciated
Thanking you in advance,
Quote Reply
Report