OK, i think i might've answered me own inquiry, as if anyone really cares. However, because at some point the non active sheet is the activesheet as this is how the focus is moved to subsequent row(using offset method), then it only makes sense to set a variable, tmpRow=activecell.row, after the method runs simply insert tmpRow into cell reference property like this....
Sheets("5_New").Cells(tmpRow,"U").Offset(0,5).Value = Activecell.Value
Thanks...
Hey don't mention it!