Hi Johndoh453,
This is always the problem with writing VBA for someone. I didn't know if you were going to fill in the D1:K6 table many times and add the data to the bottom of the table or extend the range down or to the right. I wrote two blocks of code with the second line of the first of:
and the second line of the second block with
If you exteded the Data to Data 3 and Data 4 to the right you would need to either add 2 of the same looking blocks of code or create a loop that went across the Data 1, Data 2 to the right in columns of 4 at a time.
Bookmarks