Search results

  1. M

    VBA to change flag status in outlook contact item

    Hi all, I have an excel file full of emails to be checked. Those emails are the ones to be flag marked as complete in outlook contact file. What I want to do is a macro that can scan through the excel file and compare to a contact folder in Outlook so that when the email matches a contact file's...
  2. M

    Outbox throttler

    So this macro would have each email sent one minute after the previous one? Where would I execute the macro? Which of the utilities at Mass Mail Tools for Outlook takes care of this?
  3. M

    code to move selected Outlook contacts to another folder

    Yes, how can we tweak it to work with a CSV?
  4. M

    Contact group shortcut

    How about one that operates not with email messages but with contacts? For instance, if I highlight three contacts in my Contacts folder, and want to create a DL for them?
  5. M

    code to move selected Outlook contacts to another folder

    Pretty sure I didn't ask about that. Yeah, if you have one for CSVs that would be amazing.
  6. M

    Outbox throttler

    Have to preface this by apologizing for all the posts. I'm just in the process of expanding our database dramatically and... it's a lot. I appreciate all your advice over the years more than you know. BTW, is there a way to donate to the site? Would be worth every penny. I know about the delay...
  7. M

    Contact group shortcut

    Hey all. i have a ton of outlook contacts that need to go into contact groups. Is there any kind of code to speed this up? In a perfect world I'd like to highlight, say, four contacts, run the code and voila - a contact group is created and they're all thrown in. Wishful thinking? Thanks as...
  8. M

    code to move selected Outlook contacts to another folder

    I have a CSV of email accounts who have unsubscribed from my emails, and I'm trying to get their corresponding Outlook contacts out of my database. Is there a code that will move them to the Deleted Items folder? Or at least mark them for deletion so I can find them and fish them out of there...
  9. M

    adding corresponding contact form data on a mass scale

    Leaning towards doing it manually. Sigh..
  10. M

    adding corresponding contact form data on a mass scale

    Are you basically saying start all over again? I'm hoping there's a way to marry that data with those contact files I created since I worked so hard on them. I figured there might be no way though. Is that the case?
  11. M

    adding corresponding contact form data on a mass scale

    This one is a doozy. I've been throwing you problems for years but this one is rough. Just imported 4.5k contacts from a csv into outlook forms. Custom outlook forms I created. The csv has a column called Genre which we mapped to User1 in the contact forms. Once the forms were created we ran...
  12. M

    How to remove a list of specific contacts from Outlook

    Great! It worked. Thanks alot Diane.
  13. M

    How to remove a list of specific contacts from Outlook

    Yes, I've tried changing to Email2 and Email3. There are around 60 emails that weren't found. Check out my last reply.
  14. M

    How to remove a list of specific contacts from Outlook

    Ah, now I got it. It can't find certain addresses that has "." before the "@" in the email address. For instance, emails like ace.falcon@gmail.com cannot be detected by the macro. Please advice me.
  15. M

    How to remove a list of specific contacts from Outlook

    No problem. Now the macro works fine. But there's one more thing, my .csv file has 530 addresses but I only got 469 addresses in the Delete category. I've tried changing this part Set myItem = myContacts.Find("[Email1Address]=" & strAddress) The [Email1Address] to [Email2Address] and...
  16. M

    How to remove a list of specific contacts from Outlook

    Thanks for that. But it's still not working. I guess the arrangement of this line is the problem: Set myContacts = cFolder.items Because when you asked me to replace the Do Until Trim until the end, the line above will be deleted as well. May I know where should this line be?
  17. M

    How to remove a list of specific contacts from Outlook

    Nope, I made another folder just for cleaning operation.
  18. M

    How to remove a list of specific contacts from Outlook

    I've tried changing all the required changes. Still, I think my Excel hasn't access my Outlook contact folders. What would be the correct way to input the FolderPath as an Outlook contact folder? I'm currently using Outlook 2013 and Excel 2013.
  19. M

    How to remove a list of specific contacts from Outlook

    Thanks alot for the macros. Right now I have a .csv file which contains one column of invalid email addresses. How should I change the macro so that Outlook can read the file source of that .csv file and compare to a contact folder in my Outlook? From that, I should be able to categorize which...
  20. M

    How to remove a list of specific contacts from Outlook

    Hey all. So I just sent my database of 25k contacts through an email verifier which spat back a list of 500 emails that are invalid. I want to get the corresponding Outlook contact files out of there obviously. Is there a way to do this in any other way but manual? Bonus points if you can also...
Back
Top