02-15-2011, 01:44 PM
I have two list of email address saved as text files. I need to compare the files and delete duplicate names. How is this accomplish in QM?
Thanks
Liza
Thanks
Liza
Comparing Email Addresses
|
02-15-2011, 01:44 PM
I have two list of email address saved as text files. I need to compare the files and delete duplicate names. How is this accomplish in QM?
Thanks Liza
02-15-2011, 02:18 PM
Macro Macro1552
str file1="$desktop$\test1.txt"
02-16-2011, 02:26 AM
That was awsome!
Thank you very much Liza
02-24-2011, 04:19 PM
This is not working as I hoped it would. Let me make an example, maybe I did not explain it well.
file1: master list Steve Jobs Halle Berry Lauren Graham Catherine Zeta Beyonce Uma Thurman file2: new list Beyonce Halle Berry Elvis Presley Tom Jones file3: end result file Elvis Presley Tom Jones
02-24-2011, 04:26 PM
Macro compare 2 files and delete duplicate lines
str file1="$desktop$\test1.txt"
02-25-2011, 01:21 AM
Thank you, thank you...you rock!
Liza |
« Next Oldest | Next Newest »
|