Hi Team,
Request you to please suggest me how do i get this selection for delete entire row
Code
Firsfindvalue = Application.WorksheetFunction.Match("D*", Range("H2:H" & LastRow), 0) + 1
LastRow = Activesheet.Cells.SpecialCells(xlCellTypeLastCell).Row
Activesheet.Range("A & Firsfindvalue:A" & LastRow).Select
Regards,
Rm