Hi all,
I have this macro that has been working great for many moons but recently died. Here is what it does:- Copy range of data (single column AI11:AI36)
- Cycle through a range of columns to find the first available blank range (Multiple columns H11:T36) that is empty and pastes values of copy.
- Copy range AC11:AC36 and paste values in AI11:AI36.
About a month ago it just stopped working. I can't tell you why, nothing in the code or spreadsheet has changed. There are no errors. The code runs, but no data is copied over to the blank cells. However, it does perform the last step which is to copy the data from AC11:AC36 and paste values in AI11:AI36. So I am sure it is something in the For Each iteration.
The code is below. It is an old macro, something that was done for me on this forum over a year ago.
I have attached a spreadsheet, it is close to the original as I can get without violating company privacy policy, and I need this to cycle through multiple sheets, which I am sure I can do on my own. My big thing is I can't seem to debug why the function it is not working. 
Bookmarks