Copy cell data from one workbook to another workbook based on date range in a column

enginrn

New Member
Joined
Oct 13, 2017
Messages
3
I have a worksheet on a server called "PO Log 2019.xlsx" In that workbook I have a sheet named "PO Log" that I enter data into when creating Purchase Orders. I would like to create a VBA to extract data from certain cells in that work book based on the date they were entered. The workbook I want to copy the data to is called "PO Search.xlsm" and the sheet is "Sheet1".

Columns where data is to be coppied from on sheet "PO Log"
A = PO#
B = DATE (this column has the dates I want to search for)
D = VENDOR
E = GLACCOUNT
H = AMOUNT

Columns where to paste data in the workbook "PO Search.xlsm" on "Sheet1" starting on line 2
A = VENDOR
B = AMOUNT
C = GLACCOUNT
D = PO#

I want the VBA to search for the data to be coppied using a date range that you can enter in a cell(s) E1,F1 on sheet1
Any help would be greatly appreciated.
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Forum statistics

Threads
1,214,593
Messages
6,120,434
Members
448,961
Latest member
nzskater

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