I have three sheets Sheet1 , Sheet2, Sheet3. I would like to create a VBA to do the following:
1. sheet1 A1 is populated with a date.
2. I would like to take Sheet1 A1 and find it on Sheet2 in range B1:O1. Once found copy that column down to last value.
3. Paste the above copied column to sheet3 in the next available blank column.
Thanks in advance for any help.
1. sheet1 A1 is populated with a date.
2. I would like to take Sheet1 A1 and find it on Sheet2 in range B1:O1. Once found copy that column down to last value.
3. Paste the above copied column to sheet3 in the next available blank column.
Thanks in advance for any help.