Hello,
I have made the below code but I can't figure out how to loop it.
What I would like the below code to do is....if value in column N in Workbooks("Data.xlsx").Sheets("Data") is bigger than 10000 then copy the cell D in than same row and paste it wsMacro.Range("A" & nr)
For me only works...