Okay so my macro copies a row, goes to the sheet where the row will be pasted, finds the the first open row and pastes it there.
If the number in the 4th column is 0 I want it to instead of copying over the 0 to set Cells(new.Row, 4) to be a reference to where I column 4 of where I copied it.
I'm not sure how to use the Indirect function inside a macro? Please help.
Bookmarks