Hi there,
I currently have two excel workbooks.
The first includes data on a worksheet.
The second workbook I want it to update and log the data from the first workbook:
So for example, I have a command button in the 2nd workbook and when pressed it searches for newly updated data from today in the first workbook and records it into the sheet in the 2nd workbook.
Is this possible? I am a VBA novice when it comes to this coding so any input will be grateful thanks!
There are some restrictions when logging the sheet with the new data but first I want to be able to get it going.
I currently have two excel workbooks.
The first includes data on a worksheet.
The second workbook I want it to update and log the data from the first workbook:
So for example, I have a command button in the 2nd workbook and when pressed it searches for newly updated data from today in the first workbook and records it into the sheet in the 2nd workbook.
Is this possible? I am a VBA novice when it comes to this coding so any input will be grateful thanks!
There are some restrictions when logging the sheet with the new data but first I want to be able to get it going.