Results 1 to 4 of 4

Deleting a row of cells (but not the entire row)

Threaded View

  1. #4
    Forum Guru Sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2019 | 2021
    Posts
    14,958

    Re: Deleting a row of cells (but not the entire row)

    Sub J3v16()
    With Sheets("Sheet1").ListObjects(1)
        Intersect(.DataBodyRange, .ListColumns(11).Range).SpecialCells(4).Delete
    End With
    End Sub
    Attached Files Attached Files
    Good Luck...
    I don't presume to know what I am doing, however, just like you, I too started somewhere...
    One-day, One-problem at a time!!!
    If you feel I have helped, please click on the [★ Add Reputation] to left of post window...
    Also....Add a comment if you like!!!!
    And remember...Mark Thread as Solved...
    Excel Forum Rocks!!!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 11-07-2012, 01:50 AM
  2. Replies: 3
    Last Post: 07-11-2012, 05:13 AM
  3. VBA for deleting entire rows
    By TheTalentedMrRipley in forum Excel General
    Replies: 3
    Last Post: 11-04-2010, 07:31 PM
  4. Deleting entire row if value in column A = 0
    By pyufak in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-07-2009, 05:43 PM
  5. Deleting entire row.
    By mangesh in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-07-2006, 04:37 PM
  6. Deleting entire rows when several cells match
    By Steve in forum Excel General
    Replies: 2
    Last Post: 12-01-2005, 07:35 PM
  7. Deleting Entire Rows
    By gavsta in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-19-2005, 12:45 AM

Tags for this Thread

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