+ Reply to Thread
Results 1 to 4 of 4

Clear row when duplicate found 1st column

  1. #1
    Registered User
    Join Date
    07-16-2008
    Location
    US
    Posts
    8

    Clear row when duplicate found 1st column

    Afternoon, I have some code i just want to expand. Currently the macro runs through a large sheet and checks the first column for duplicates is a duplicate it clears the following dup-value in that column. I want now clear the row instead of just that cell. Any ideas on how to accomplish this task?????? My code provided below.


    Please Login or Register  to view this content.
    Last edited by VBA Noob; 07-16-2008 at 03:35 PM.

  2. #2
    Forum Contributor Rick_Stanich's Avatar
    Join Date
    11-21-2005
    Location
    Ladson SC
    MS-Off Ver
    Office365
    Posts
    1,167
    Change ".Clear" to ".EntireRow.Clear"
    Please Login or Register  to view this content.
    Regards

    Rick
    Win10, Office 365

  3. #3
    Registered User
    Join Date
    07-16-2008
    Location
    US
    Posts
    8
    Rick,

    Thanks for the help!! Is there a refrence point of all the object/ refrence Library available for VBA? Thanks again!!

  4. #4
    Forum Contributor Rick_Stanich's Avatar
    Join Date
    11-21-2005
    Location
    Ladson SC
    MS-Off Ver
    Office365
    Posts
    1,167
    I hoenstly don't know. I only knew this answer because I was doing a similar task.

+ Reply to Thread

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