how to paste data using last row concept in VBA excel -


i have data in a2 d2 & in column e have data (which chaining day day - day 3000 or 4000 or 5000 on).

so have find last row of e column & paste data of a2 d2 till last row.

one way:

range("a2:d2").copy destination:=range("a3:d" & cells(rows.count, "e").end(xlup).row) 

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -