Hi All,
I've seen a few of the answers to previous questions relating to my issue, but haven't quite found the one to solve my problem. (could be my bad macro skills talking).
I am tying to copy and paste 2 rows of data, assuming that another row is greater than 0.
I have attached an example of the data.
In my Worksheet "Book1" I want to copy and paste the values in Row 2 and Row 3 into another Worksheet "ExportData" if the value in Row 4 is >0.
eg if D4 is > 0, then copy and paste values of D2 and D3, and then repeat this process across the row until there are no more values left
I have also added in the worksheet how I expect it to look if it was copied and pasted into my other worksheet.
Bookmarks