B
Brennan
I have the following code. I am trying to get this code to delete all of the
rows that are not equal to the "name." When I turn on the screen updates I
can see it doing what I want it to do, but then it wigs out at the end and
turns into a white screen. Any help would be appreciated. Thanks
Brennan
Do
If ActiveCell <> name Then
ActiveCell.EntireRow.Delete
End If
Loop Until IsEmpty(ActiveCell.Offset(0, -2))
.Calculation = xlCalculationAutomatic
.ScreenUpdating = True
rows that are not equal to the "name." When I turn on the screen updates I
can see it doing what I want it to do, but then it wigs out at the end and
turns into a white screen. Any help would be appreciated. Thanks
Brennan
Do
If ActiveCell <> name Then
ActiveCell.EntireRow.Delete
End If
Loop Until IsEmpty(ActiveCell.Offset(0, -2))
.Calculation = xlCalculationAutomatic
.ScreenUpdating = True