Results 1 to 9 of 9

Excel deletion limitations

Threaded View

  1. #1
    Registered User
    Join Date
    02-26-2010
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Excel deletion limitations

    I have the following code to delete blank lines in my sheet.
    Worksheets("sheetname").Range("C:C").Select
    Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
    unfortunately I have over 44,000 rows to go through.
    I read that xlCellTypeBlanks has an 8,000 plus limitation

    I have tried a loop but it takes approx. 3 minutes to run through and delete the empty/blank cells.

    I have searched numerous sites for ideas but with little success.

    Does any one have a better idea/method to accomplish this task ???

    Thanks for the help.
    Last edited by Leith Ross; 02-26-2010 at 06:26 PM. Reason: Added Code Tags

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1