Guest_imported
New member
- Jan 1, 1970
- 0
Hello:
I new to VBA but looking to do the following. I have a worksheet which has the below list:
Name TodayDate Value
ABC 20/05/02 102
GUY 20/05/02 121
DIR 20/05/02 878
I have another workbook that has ABC, GUY, DIR in row 3. So:
Date DIR ABC GUY
18/05/02 154 545 454
19/05/02 455 124 432
20/05/02
I want some code whereby it will go through the initial list and find the match (for column Name, eg: ABC = ABC) in the second workbook then paste the information in Value under that list but for today's date. So, for the date 20/05/02 you would see:
Date DIR ABC GUY
18/05/02 154 545 454
19/05/02 455 124 432
20/05/02 878 102 121
Thks:
Keith
I new to VBA but looking to do the following. I have a worksheet which has the below list:
Name TodayDate Value
ABC 20/05/02 102
GUY 20/05/02 121
DIR 20/05/02 878
I have another workbook that has ABC, GUY, DIR in row 3. So:
Date DIR ABC GUY
18/05/02 154 545 454
19/05/02 455 124 432
20/05/02
I want some code whereby it will go through the initial list and find the match (for column Name, eg: ABC = ABC) in the second workbook then paste the information in Value under that list but for today's date. So, for the date 20/05/02 you would see:
Date DIR ABC GUY
18/05/02 154 545 454
19/05/02 455 124 432
20/05/02 878 102 121
Thks:
Keith