I tried to run the following simple procedure to make it more efficient: for some reason I keep getting errors:
"Application Defined or Object defined Error"
Any idea why? any quick fix?
Sub test()
Worksheets("test".Activate
Range(Cells(1, 1), Cells(7, 7)).Select
Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
End Sub
PS: the 1st 2 lines run fine problem is with the delete statment.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.