VBA Macro Help: Copying and pasting data that is date specific

bleedUTorange

New Member
Joined
Aug 3, 2011
Messages
9
I need help to create an Excel 2007 macro for copying two pieces of data from worksheet “A” to worksheet “B” based on a specific date.

On Worksheet “A”, there are 4 pieces of data; Employee name (column A), Decisions (column B), Touches (column C) and lastly Date (column D).

On Worksheet “B” I have the date in ascending order in column A (i.e. A1 = 10/01/11, A2 = 10/02/11, continues through the end of the month). I also have Decisions (column B) and Touches (column C).

I need a macro that will identify the date in Worksheet “A” (column D), copy the values under Decision and Touches (column B and C respectively) of worksheet "A" and then paste it in Worksheet “B” to the corresponding date under the corresponding headings (Decision and Touches).

Thank you for your time in advance. Your help will be greatly appreciated.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,224,606
Messages
6,179,865
Members
452,948
Latest member
UsmanAli786

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