Search results

  1. L

    Outlook 2007 Open Folder From a Contact

    Based on all the other help, I have the following two codes. The first one copies the FullName of the Contact if I open the Contact from the folder, or select from the folder.....and the second code copies the FullName of the Contact when the contact is opened from the email message.....so it...
  2. L

    Outlook 2007 Open Folder From a Contact

    Update tonight please?
  3. L

    Outlook 2007 Open Folder From a Contact

    Please show me where to put your example in my code and how to do the rename. If you can, please just change my code so i can try it as I am not the technical expert. Thanks
  4. L

    Outlook 2007 Open Folder From a Contact

    And this code copies the name of the FullName field if I open up the contact from the folder or even the calendar event...but it does not work, if I click on the email address of the person that sends me the email and it opens up his contact, but his code does not work...so what to change here...
  5. L

    Outlook 2007 Open Folder From a Contact

    In addition to what we have looked into, the following code is an code that creates an email to a selected contact or open contact using one of my email templates...but if I open the contact from the link on the calendar event, it does not work...so what do we change so it works however I open...
  6. L

    Outlook 2007 Open Folder From a Contact

    When I open the contact from the calendar link, some macros for the contact do not work. So I need to open the contact from its folder
  7. L

    Outlook 2007 Open Folder From a Contact

    The folder may have many many contacts so I have to find it. Can we add to the code to open the contact autmatically? As a thought, is there a code that searches just the folder and opens the contact?
  8. L

    Outlook 2007 Open Folder From a Contact

    I found to delete the following: "If MsgBox(Msg, vbYesNo) = vbYes Then" and "End If", and it opens the folder automatically...so what can we add so it opens the same contact?
  9. L

    Outlook 2007 Open Folder From a Contact

    This did it, but it asks to go to the folder, not just automatically open it...so what can we add on the display side that it just opens the folder? And, can we add anything else that it opens the folder it opens the contact in the folder of the FullName from the Contact opened from the...
  10. L

    Outlook 2007 Open Folder From a Contact

    Where in the contact is the folder path? As I have a code that opens up a folder or subfolder etc....so also as to this code, how can I say the last folder name name2 is the field words of the contact? Public Sub OpenFolder() Dim fldContacts As outlook.MAPIFolder Set fldContacts =...
  11. L

    Outlook 2007 Open Folder From a Contact

    Just to be clear, when I open a contact from a calendar event the macros to do work as to the contact.
  12. L

    Outlook 2007 Open Folder From a Contact

    In each Contact, whether it is in a subfolder, sub sub folder or sub sub sub folder, there is the normal field that shows the name of the folder that the contact is in. When open the contact form the calendar event, it is the same, but many many marcos do work re the contact when it is opened...
  13. L

    Outlook 2007 Copy Email Address in To Field

    Got it right away!
  14. L

    Outlook 2007 Copy Email Address in To Field

    I got it, but don't know what IMHO means
  15. L

    Outlook 2007 Copy Email Address in To Field

    Yes.....unless you have other thoughts that are better.
  16. L

    Outlook 2007 Copy Email Address in To Field

    From another forum over time, I came with the following code that does it. But here is next major problem, and if we can fix this right now, that would be wonderful!! When I am on another webpage where I have people that I am connected with through that webpage, for example. LinkedIn, in the...
  17. L

    Outlook 2007 Copy Email Address in To Field

    From another forum over time, I came with the following code that does it. But here is next major problem, and if we can fix this right now, that would be wonderful!! When I am on another webpage where I have people that I am connected with through that webpage, for example. LinkedIn, in the...
  18. L

    Outlook 2007 Copy Email Address in To Field

    Update today maybe?
  19. L

    Outlook 2007 Copy Email Address in To Field

    Got it! Can please show me how to reference the mailitem. As I repeat, i don't have the understanding of these areas so if you can just give me the code to use that would be very helpful to me, which includes closing the email and not sending it. As to the copy, that email address that is...
  20. L

    Outlook 2007 Copy Email Address in To Field

    There is a story how I need to do this. If there is an email that has not been sent yet, but is open, do we have a macro that copies the email address in the To field, and closes the email not sending it? Here is the code I got before with copies from a field in a contact, but not from an...
Back
Top