DELETING A ROW
Posted by mike k on July 17, 2000 10:03 AM
i need to delete the row if the number 2 appears... this isnt working..it has to search through many many rows..
ElseIf ActiveCell = "37" Then
ActiveCell.Formula = "SUSAN CADIGAN"
ElseIf ActiveCell = "39" Then
ActiveCell.Formula = "PREMIUM"
ElseIf ActiveCell = "25" Then
Selection.EntireRow.Delete
ActiveCell.Offset(1, 0).Select
End If