Results 1 to 5 of 5

Thread: Delete Entire Row For All Empty Cells In Column

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member
    Join Date
    Jun 2013
    Posts
    93
    Rep Power
    13
    Quote Originally Posted by patel View Post
    your code works well on my test workbook (excel 2010), also with not blank cells
    But does not work on your sheets, I don't know why

  2. #2
    Junior Member
    Join Date
    May 2013
    Posts
    6
    Rep Power
    0
    Quote Originally Posted by patel View Post
    But does not work on your sheets, I don't know why
    i'm got answer from p45cal it's work great.

    Code:
    On Error Resume Next
    Worksheets("Data").Columns("M").SpecialCells(xlCellTypeBlanks).EntireRow.Delete
    On Error GoTo 0
    Thanks - John

Similar Threads

  1. Delte a specific column and does not delete the top row
    By jffryjsphbyn in forum Excel Help
    Replies: 1
    Last Post: 06-13-2013, 02:00 PM
  2. Replies: 13
    Last Post: 06-10-2013, 09:05 AM
  3. Replies: 3
    Last Post: 05-23-2013, 11:17 PM
  4. Replies: 2
    Last Post: 09-24-2012, 11:19 PM
  5. Delete Empty Rows
    By Rasm in forum Excel Help
    Replies: 4
    Last Post: 04-28-2011, 02:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •