Search results

  1. M

    Outlook 2013/365 won't export 99% of my contacts to csv

    No filter to my knowledge, especially since I opened a fresh folder to test. I tried with new csvs and overwriting old ones. Custom field maps and default field maps. My current fix is just selecting all, ctrl-cing then ctrl-ving into an excel file. Had no idea I could do that, so that's nifty...
  2. M

    resetting contact file icons in Outlook 2013

    Hey all. Using Outlook 2013/365. I've used various VBA scripts to change the message class of most of my contact files and as a result, all the contact icons are mixed up. Contact groups bear the icon of individual contact files, etc. How can I get things in order?
  3. M

    Outlook 2013/365 won't export 99% of my contacts to csv

    Hi. I do this every day with no problem, but for some reason today, when I try to export a couple thousand contacts in one Outlook folder to a csv, like three of them are in the csv when I open it. I'm doing nothing that I don't normally do.
  4. M

    mail merging contacts and contact groups. can code achieve this?

    See the attached pic for the error code I receive when I change objMsg.Display to objMsg.Send. Where in this code do I insert objItem.GetMember(i).Name in order to have the DL's fullname inserted in each email title? I don't need to send the name to the body, just the email titles.
  5. M

    Outlook 2013 won't convert Excel contacts into Outlook contacts using my custom form

    The code worked like a charm, Diane. Thanks.
  6. M

    mail merging contacts and contact groups. can code achieve this?

    Finally got a chance to test the macro in http://www.slipstick.com/developer/send-mail-merge-contact-groups/. It works for the most part, except: 1. It creates the emails but I have to hit Send on each. Is there a way to just have them sent directly to the outbox? 2. My signature icons don't...
  7. M

    moving custom field data between outlook and excel?

    Contact Genie only works with 32 bit Outlook and I use 64 bit. How about that VBA option?
  8. M

    Outlook 2013 won't convert Excel contacts into Outlook contacts using my custom form

    Hi there. Using Outlook 2013/Office365/Win 7 on a Macbook Pro running Boot Camp. I've created a custom Outlook contact form to store my data. I recently switched to Outlook 2013. I just tried to import Excel contact data into Outlook forms but all my new Outlook forms are the default Outlook...
  9. M

    mail merging contacts and contact groups. can code achieve this?

    Ah well. How about my question in post 5?
  10. M

    mail merging contacts and contact groups. can code achieve this?

    And do you think it's somehow possible to just select individual contacts as well as contact groups as part of one routine mail merge, then create an email mail merge in a way that individual contacts would continue to receive individual emails as usual, but the members of each selected contact...
  11. M

    mail merging contacts and contact groups. can code achieve this?

    So I would insert the line of code you just suggested into this macro here from the slipstick article you posted above? Where in the code would I put your new line? Sub MailMergeDL() Dim objApp As Outlook.Application Dim objItem As Outlook.MailItem Dim objMsg As Outlook.MailItem Dim...
  12. M

    some emails send from outbox, some don't

    Haha! I'm sure there will be more than a few more posts from me... Don't know how much help I'll be to others though.. All I have are questions!
  13. M

    some emails send from outbox, some don't

    yeah, i opened the offending email, then switched folders, hit send, and it sent!
  14. M

    some emails send from outbox, some don't

    I think what might be happening is I hit send, then occasionally I reopen an email in the Outbox and modify it then hit Send again, and it gets stuck.
  15. M

    some emails send from outbox, some don't

    Thanks guys, checking this out now. How come it only happens for some messages and not others?
  16. M

    some emails send from outbox, some don't

    Hi. I'm using Outlook 2013/Office 365 on Windows 7. I like to answer emails while working offline so that I'm not distracted by incoming emails. Problem is, when I go back online, some of them leave the outbox and some don't. When I click the Send button, some go to the outbox with a date in the...
  17. M

    mail merging contacts and contact groups. can code achieve this?

    Hey there, thanks for this. This looks good except I also use a macro to insert each contact's name into the respective recipient's email title. How can I achieve this while using the contact group mail merge macro?
  18. M

    My Contact folder isn't an address book option on colleague's Exchange

    Hey all. Using Outlook 2013/Office 365 remotely with a colleague. We both use Windows 7. I have shared my Contacts folder with her and made her an Editor. She has created a Contact Group in my Contacts folder and is trying to add contacts from my Contacts folder into the Group but my Contacts...
  19. M

    mail merging contacts and contact groups. can code achieve this?

    Hey all. Got Outlook 2013/O365 on Windows 7. I use Mail Merge all day, everyday. I also have plenty of contact groups. I would love to figure out a way to get Mail Merge to merge contacts AND contact groups in one merge, so that invididual contacts would continue to receive individual emails...
Back
Top