i have the following psudo code, could someone please show me how to put it to code in vba? ive never used vba so im not very fluent yet.

For Each cell In DataRange

if cell row = row 1600 then

cell row = 1700 (and continue going through DataRange)

end if

next

thanks!
- Adam