Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I found an example of vba code in a book "Using Excel 2003". It doesn't work
and locks the entire application up. The code is: Sub removenull() Application.ScreenUpdating = False Do Until ActiveCell.Value = " " If ActiveCell.Value = 0 Then ActiveCell.EntireRow.Delete Else ActiveCell.Offset(1, 0).Select End If Loop End Sub It is supposed to remove 0 from rows and delete rows. What is wrong with it? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I get this code to work? | Excel Programming | |||
Code Does Not Work | Excel Programming | |||
Code Still Does Not Work | Excel Programming | |||
Why my code do not work : - ( | Excel Programming | |||
Why my code do not work : - ( | Excel Programming |