I need to copy cell AA3 to (NextRow, 4) in a different worksheet. How do I do that? I'm actually copying several different cells, however all of the other cells are on the Target Row and this is the entry I used to copy them (which works well)
Cells(Target.Row, 54).Copy Destination:=.Cells(NextRow, 5)
HELP!!!!
Cells(Target.Row, 54).Copy Destination:=.Cells(NextRow, 5)
HELP!!!!