Search results

  1. L

    Save Contact Search as a Folder 2007

    Is there way when I create a search of all contacts relative to certain words in the certain field of the contacts, to save that search as a separate folder so I have it some place?
  2. L

    Email From Contact of Calendar

    Thanks very much. As usual, please give me the details of what I add and where to put it. And what do I delete? And does this then do it if I open a contact from a folder, calender or email sender, or select the contact or contacts but not open them? So it is one macro for all ways of...
  3. L

    Email From Contact of Calendar

    It worked great. Please see the last question I posted.
  4. L

    Email From Contact of Calendar

    The following works perfect when I open the contact from the folder or from an email or from a calendar, but it does not work if I select two contacts from a folder or select the contact from the folder and not open it, which we did before. So what can I add to this so it works when I open the...
  5. L

    Email From Contact of Calendar

    Set objMsg = Application.CreateItem(olMailItem) 'Set objMsg = Application.CreateItemFromTemplate("C:\Users\UserName\AppData\Roaming\Microsoft\Template.Form.oft Which of these work re the opening the contact...as I want to user a template form...and that line looks like you stopped it
  6. L

    Email From Contact of Calendar

    Does this work if I open a contact from the person that sends me an email...as I open the contact by clicking on the name of the sender...and my email macros to don't recognize the email address ..that's the error.
  7. L

    Email From Contact of Calendar

    Update please?
  8. L

    Email From Contact of Calendar

    What code please?
  9. L

    Email From Contact of Calendar

    Help today?
  10. L

    Email From Contact of Calendar

    Yes. Just opening one contact from an email or calendar event
  11. L

    Email From Contact of Calendar

    And also, the code does not work when I select and open the contact from the email name of the person that sent the email...so the link is from the email I received...please let me know
  12. L

    Email From Contact of Calendar

    I open it and the code shows yellow collar on the email address line
  13. L

    Email From Contact of Calendar

    Through all I have received, the following is the code that creates an email to a selected or opened or selected contacts individually using email template form, but when I open the contact from a calendar event, it does not recognize the email address of the contact, and it does not work. So...
  14. L

    Outlook 2007 Macro Save Contact

    What you gave me has it now show up a yellow line, but it does not open up the contact still
  15. L

    Outlook 2007 Macro Save Contact

    Please tell me what words and exactly where to add them.
  16. L

    Outlook 2007 Macro Save Contact

    It might be that it runs the second code a little to early as maybe it does not yet recogize a selection yet. Because when i run it a second time it works. So is there a way to add to your code a code that waits to move foward in the macro for a short period of some time?
  17. L

    Outlook 2007 Macro Save Contact

    I tried that earlier but there was an error where "oContact.Display" is colored as yellow but no error message
  18. L

    Outlook 2007 Macro Save Contact

    I have the following two codes. The first one saves and closes the contact, and since the folder that it is in, it is still selected after closed, if I run the second code, it opens it back up. So it there a way to turn these two codes into one code that saves, closes and then opens the...
  19. L

    Outlook 2007 Macro Save Contact

    I have a code that when I copy a email address from another place, I open up a contact and there is a macro that pastes it to the email address. But if I don't save the contact and close it, and open it up, it does not use that email address yet. So is there a macro that saves the contact or...
  20. L

    Delete code and commandbutton at the same time.

    I have user forms and have command buttons in them and when I click on the command button it runs the code that comes to that command button based on the code of that command button. If I want to delete the command button, is there a way to delete the command button and the related code at the...
Back
Top