Let me start by saying that I am one of those who's best friend is Google when trying to cobble vba code together for a spreadsheet. I had the following code working, then broke it. All it is supposed to do is clear the contents of cells in AL6 to AQ & Lastrow. Copy values from several columns (A6 to C & lastrow, G6 to I & lastrow, M6 to O & lastrow, etc) and stack that data in AL6 to AN & lastrow. Then copy values from another similar set of columns and stack that data in AO6 to AQ & lastrow.
The code worked as expected, until I started messing around with code to get columns sorted. It started pasting starting in AL2 instead of AL6 and AO2 instead of AO6 as expected. I deleted the sort code. I went into the spreadsheet and manually cleared any sorting that I could find, but still pasting everything starting in row 2 instead of 6. What did I do?
Here's my code in all it's glory. May not be pretty to some here in the forum, but it used to work, at least. Any help appreciated.
Bookmarks