excel workbook pulls data from another excel workbook

sdhutty

Board Regular
Joined
Jul 15, 2016
Messages
207
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.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Maybe this will make it clearer:

The first workbook is labelled "ROStatus Log" - the worksheet with the data is called "R&O Closed". It has 5 columns of interest which I want logged into the 2nd workbook. These columns are:

Column A Log Number
Column B: Document No.
Column C: Document Type
Column D: Unit Affected
Column E: Issue/Revision

The 2nd workbook is called "MasterRegister" with the worksheet of interest called "Register"

I want the above columns - recorded in columns:

Column A for Log Number
Column B for Document Type
Column C for Document No.
Column I for Unit Affected
Column G for Issue/Revision
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,659
Messages
6,126,071
Members
449,286
Latest member
Lantern

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top