+ Reply to Thread
Results 1 to 3 of 3

duplicate pop up?

  1. #1
    Registered User
    Join Date
    06-15-2006
    Posts
    35

    duplicate pop up?

    in column A i enter account numbers for the whole month. i would like to get a pop up or some sort of message if i enter the same account number...

  2. #2
    Forum Contributor stevebriz's Avatar
    Join Date
    09-07-2006
    Location
    Santiago Chile
    Posts
    389
    yes this is possible...
    Put this in your worksheet module

    Please Login or Register  to view this content.
    VBA - The Power Behind the Grid

    Posting a sample of your workbook makes it easier to look at the Issue.

  3. #3
    Forum Contributor
    Join Date
    11-11-2005
    Posts
    267
    PHP Code: 
    in column A i enter account numbers for the whole monthi would like to get a pop up or some sort of message if i enter the same account number... 
    Supposing you make your entries in Column A, the following Event handler checks for any duplicates down the Column, and when one is sighted, the offending cells are colored [Red]. I prefer using color-flags to deploying Msgboxes, as the latter are intrusive.

    HTML Code: 
    HTH
    Myles

    ...constantly looking for the smoother pebble while the whole ocean of truth lies before me.

+ 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