Search results

  1. L

    Insert Photo to Contact

    I saw in your area the following code for photos. Can we please change it immediately so if I copy a photo from some place online, and I run the code, it puts that photo in the photo of the contact I select or open. That would wonderful as well, as it helps doing it much faster for contacts...
  2. L

    Macro Create Contact and Save

    To All If This Helps: I just took the dot . after the number 1 off and it fixed it...so the first code works to my form Set oContact = oFolder.Items.Add("IPM.Contact.Contact Form 1.")
  3. L

    Macro Create Contact and Save

    And I found this code that creates it and can save, but not related to my type of contact form I want to use...so, do we change this or the other? Public Function StartOutLook() On Error GoTo StartOutLook_Error Dim spObj As Object, MyItem As Object ' Create a Microsoft OutLook object...
  4. L

    Macro Create Contact and Save

    The following code creates a new contact from my form but it will not save and the error is that the parameter value is not valid....what can we do to fix this please? Sub OpenMyContact() Dim oContact As outlook.contactItem Dim oFolder As outlook.MAPIFolder Set oFolder =...
  5. L

    Macro Create Contact and Save

    The following code creates a new contact from my form but it will not save and the error is that the parameter value is not valid....what can we do to fix this please? Sub OpenMyContact() Dim oContact As outlook.contactItem Dim oFolder As outlook.MAPIFolder Set oFolder =...
  6. L

    Outlook 2007 Contact Form Webpage

    Thanks again, but don't having idea what to do....can you please post the full code and I will tryi it?
  7. L

    Outlook 2007 Contact Form Webpage

    Tonight help please?
  8. L

    Outlook 2007 Email1 to Email2

    And is there a standard code that copies the email1address from one contact, and puts it into another contact that I select with the first contact?
  9. L

    Outlook 2007 Email1 to Email2

    I did the following and it worked perfect....thanks so so much again!! Public Sub ConvertEmail1toEmail2() Dim currentExplorer As Explorer Dim Selection As Selection Dim obj As Object Set currentExplorer = Application.ActiveExplorer Set Selection =...
  10. L

    Outlook 2007 Email1 to Email2

    Here is the code passed on what you gave me in the past, that converts the words of the WebPage to the LinkedIn Webpage, and cleans out the Webpage... How can we change this for converting the Email1 Address to the Email2 Address, and cleans out the Emal1 Address...I tried it in different ways...
  11. L

    Outlook 2007 Contact Form Webpage

    Tonight please?
  12. L

    Outlook 2007 Contact Form Webpage

    So what it the full code that I just select another contact and it pastes to the field of that contact...and when you show me, let's use the field to paste to: oContact.UserProperties("LinkedIn Webpage")
  13. L

    Outlook 2007 Contact Form Webpage

    Help today??
  14. L

    Outlook 2007 Contact Form Webpage

    Here is the code that copies the words from theLInkedIn Webpage.......so I just need to know how to copy from the WebPage and paste to the LinkedIn Webpage field: Public Sub CopyLinkedInWebPage2() Dim oContact As contactItem Set oContact = ActiveExplorer().Selection.Item(1) Set...
  15. L

    Outlook 2007 Contact Form Webpage

    I found from earlier how we copied an email address....so the following code copies the words of WebPage....but not the new field that is displayed as LinkedIn Webpage....so to begin with, what can we do as the second macro that pastes the words of the WebPage that was copied, to the the other...
  16. L

    Outlook 2007 Contact Form Webpage

    I don't understand re the copy and the paste. Can you please post the exact full codes that does it? And do meen that I select two contacts and then run the code? That would be great!! And please do the full code re the copy and paste as I don't have it as the code I have goes to the...
  17. L

    Outlook 2007 Contact Form Webpage

    Sorry for not explaining. This is totally different. I need a macro that when I select or open the contact, it copies the words from the field LinkedIn Webpage. And then the next macro that when I select or open the contact, it pastes to the field LinkedIn Webpage what i copied from the...
  18. L

    Outlook 2007 Contact Form Webpage

    Can we change my code so it just copies the words from the field? And change the code again so it pastes to the same field of another contact what I copied from the first code?
  19. L

    Outlook 2007 Contact Form Webpage

    In addtion, the foregoing did not work when I selected a contact and did not open the contact up....so I just did the followng and it works if I open the contact or just select the contact: Private Sub WebPage3() Dim strUrl As String Dim objItem As Object Set objApp =...
  20. L

    Outlook 2007 Contact Form Webpage

    I looked at what you gave me before that it is part of a different code and runs if I open up the contact...so I addd to this code what you will see below, and when I open the contact and run the macro, it goes to the webpage from the words of that field.....and this can be helpful to others, as...
Back
Top