Dear All,
I want to enter text for example 'Done' last cell after last full cell. How can i manage this process with below macro?
Thank you in advance.![]()
Dim data As Long data = Cells(Rows.Count, "B").End(xlUp).Row Range("B" & data, "B" & data).Copy Range("B" & data + 2)
Bookmarks