I have a file that processes data for the current week, and has a set of numbers, say two columns, one with date and one with the number.
However, every Monday and every Thursday, I have to use this data processing file and copy the numbers for this week and paste them in an archive Excel Sheet, which has these numbers from the beginning of the year. So I tried to record a Macro, that "Finds" the Current Date in the column of dates, but I can't successfuly do so.
I need a function or a Macro or any VB Code, that "Finds" the cell, next to the cell where the "Current Date" is found , and pastes information over there.
p.s. - I could do a VLOOKUP, but that doesn't work because the location of the cell always changes. Moreover the Monday and Thursday causes a problem.
However, every Monday and every Thursday, I have to use this data processing file and copy the numbers for this week and paste them in an archive Excel Sheet, which has these numbers from the beginning of the year. So I tried to record a Macro, that "Finds" the Current Date in the column of dates, but I can't successfuly do so.
I need a function or a Macro or any VB Code, that "Finds" the cell, next to the cell where the "Current Date" is found , and pastes information over there.
p.s. - I could do a VLOOKUP, but that doesn't work because the location of the cell always changes. Moreover the Monday and Thursday causes a problem.