+ Reply to Thread
Results 1 to 12 of 12

Macro for data manipulation

Hybrid View

  1. #1
    Forum Contributor wallyeye's Avatar
    Join Date
    05-06-2011
    Location
    Arizona
    MS-Off Ver
    Office 2010, 2007
    Posts
    308

    Re: Macro for data manipulation

    In the DeDupe procedure:

            If arrCompare(lngRow, 1) = strCompare Then
                If strCompare > "" Then
                    arrText(lngRow, 1) = ""
                End If
            Else
    or

            Else
                If arrCompare(lngRow, 1) > "" Then
                    strCompare = arrCompare(lngRow, 1)
                End If
            End If
    Either one will work.

  2. #2
    Registered User
    Join Date
    07-10-2012
    Location
    Edinburgh
    MS-Off Ver
    Excel 2003
    Posts
    41

    Re: Macro for data manipulation

    Perfect!!!!

    Thanks
    Dave

+ 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