Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 05-02-2011, 02:08 PM
djreyrey djreyrey is offline * Determine Capitalization Windows 7 * Determine Capitalization Office 2007
Novice
* Determine Capitalization
 
Join Date: Mar 2010
Posts: 21
djreyrey is on a distinguished road
Default

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
Reply With Quote
  #2  
Old 05-02-2011, 02:33 PM
macropod's Avatar
macropod macropod is online now * Determine Capitalization Windows 7 32bit * Determine Capitalization Office 2000
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by djreyrey View Post
I'm not sure what you mean by wrapping both expressions. Can you help me out with that with an example?
Didn't you look at the example I posted?
Quote:
Originally Posted by djreyrey View Post
Also, when applying this VBA code, will a message pop up for each match that is found?
That depend on your code, which you haven't posted.
Quote:
Originally Posted by djreyrey View Post
Is it possible to write some text in the next column with the words "Match" or something like that?
Yes, but (again) that depends on your code.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #3  
Old 05-02-2011, 09:31 PM
djreyrey djreyrey is offline * Determine Capitalization Windows 7 * Determine Capitalization Office 2007
Novice
* Determine Capitalization
 
Join Date: Mar 2010
Posts: 21
djreyrey is on a distinguished road
Default

Quote:
Didn't you look at the example I posted?
Yes, I did look at your code which is why I'm asking you this question. I'm a newbie! I don't understand what you mean by "wrapping both expressions".

Quote:
That depend on your code, which you haven't posted.
I have not posted any code because I don't have any. Which is another reason why I'm here. I don't know how to proceed.

Quote:
Yes, but (again) that depends on your code.
Same as above.
Reply With Quote
  #4  
Old 05-03-2011, 01:19 AM
macropod's Avatar
macropod macropod is online now * Determine Capitalization Windows 7 32bit * Determine Capitalization Office 2000
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by djreyrey View Post
Yes, I did look at your code which is why I'm asking you this question. I'm a newbie! I don't understand what you mean by "wrapping both expressions".
Given the nature of the code you've posted in the past, it was not apparent that you don't know how to code. As for what I mean by "wrapping both expressions" with the Ucase function, a quick read of the code reveals:
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:
Originally Posted by djreyrey View Post
I have not posted any code because I don't have any. Which is another reason why I'm here. I don't know how to proceed.
It would have been helpful had you said that's the kind of help you need.

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]
Reply With Quote
Reply



Similar Threads
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
* Determine Capitalization Determine age by using birthdate gdodson Excel 1 08-11-2006 09:27 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:15 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft