Consulting

Results 1 to 2 of 2

Thread: Auto Add Contacts When Replying Email

  1. #1
    VBAX Regular
    Joined
    Sep 2014
    Posts
    6
    Location

    Auto Add Contacts When Replying Email

    Greetings..

    I am using Outlook 2013 in 64-bit Win7 and i want to create a VBA for auto add to contacts for every recepient while i reply the email..

    I found this link: vbaexpress,com/kb/getarticle.php?kb_id=518, but it is for Outlook 2007.


    Kindly help me.

    Thank you in advanced

  2. #2
    VBAX Mentor skatonni's Avatar
    Joined
    Jun 2006
    Posts
    347
    Location
    I believe the issue here http://www.vbaexpress.com/kb/getarticle.php?kb_id=518 is 64-bit vs 32-bit.

    There is information here http://msdn.microsoft.com/en-us/libr...ngVBA7CodeBase about making 32 bit code work in 64 bit.

    Looks like you need to add PtrSafe to the Declare statements. I do not have 64-bit so I cannot check this.
    To debug, mouse-click anywhere in the code. Press F8 repeatedly to step through the code. http://www.cpearson.com/excel/DebuggingVBA.aspx

    If your problem has been solved in your thread, mark the thread "Solved" by going to the "Thread Tools" dropdown at the top of the thread. You might also consider rating the thread by going to the "Rate Thread" dropdown.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •