![]() |
|
#1
|
|||
|
|||
![]()
Thanks Macropod for your reply!
I'm not sure what you mean by wrapping both expressions. Can you help me out with that with an example? Also, when applying this VBA code, will a message pop up for each match that is found? That wouldn't be the best option because there's hundreds of rows where the ID's match. Is it possible to write some text in the next column with the words "Match" or something like that? Thanks again! Rey |
#2
|
||||
|
||||
![]() Quote:
Quote:
Yes, but (again) that depends on your code.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#3
|
|||
|
|||
![]() Quote:
Quote:
Quote:
|
#4
|
||||
|
||||
![]() Quote:
If UCase(.Range("A1").Value) = UCase(.Range("B1").Value) Then In this example, the Ucase function encompasses the other expression on each side of the '=' symbol. Quote:
What you're asking can't be done via formulae, since formulae can't delete rows. So, unless you want to use Excel's 'UPPER' worksheet function to compare the values in your ranges, then manually delete the duplicate rows, you'll need vba. And, before anyone can provide a vba solution, you'll need to supply details of the ranges to be compared and, where a match is found, which of those ranges is to be deleted and which is to be flagged.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to determine a user's mailbox size limit? | enviroko | Outlook | 3 | 05-13-2010 07:02 AM |
Macro to determine attached template | zippyaus | Word VBA | 0 | 03-02-2010 02:05 AM |
Anyway to determine time/date of text creation? | pureride | Word | 1 | 01-05-2010 02:09 PM |
![]() |
gdodson | Excel | 1 | 08-11-2006 09:27 PM |