Dear Team,
I have made the macro. But it runs only one time and it is stopping. I am very sure that we have to use some decision making tool but not able to do and succeed. Please find the attached file and below code.
![]()
Sub Datamodi() Range("AN7").Select ActiveCell.End(xlDown).Select ActiveCell.Offset(2, -31).Select Range(ActiveCell, ActiveCell.Offset(0, -7)).Copy ActiveCell.Offset(-1, 25).PasteSpecial Paste:=xlPasteValues Rows(ActiveCell.Offset(1, 0).Row).Delete End Sub
Bookmarks