Search results

  1. L

    Outlook 2007 Macro Reply to E-mail

    I found the following code that when I receive a email, I run this and it creates an email back of the template I put in and adds the email message from the other side at the bottom, but does not create the email address back to the email address from I received...so what can we add and where so...
  2. L

    Outlook 2007 Macro Search Contacts

    As it turns out, I looked at your Category search code and created it...and changed to the LinkedIn Folder and here is what I did, and it did it!!! Sub SearchByLinkedInContacts() Dim myOlApp As New outlook.Application txtSearch = "[LinkedIn]:(LinkedIn Contact)" myOlApp.ActiveExplorer.Search...
  3. L

    Outlook 2007 Macro Search Contacts

    I will wait to hear back as soon as possible.
  4. L

    Outlook 2007 Macro Search Contacts

    I will wait to hear back as soon as possible.
  5. L

    Outlook 2007 Macro Search Contacts

    I am still listening to the Smart Woman!!!:) I need the code that can post.....my contact form I use is named: Contact Form 1 and the new field I created is a field name of "LinkedIn" and the words I put in the field is simply LinkedIn Contact.....so can you please send me the form of...
  6. L

    Outlook 2007 Macro Search Contacts

    I want a macro that searches all contacts of all folders and sub folders and sub sub folders etc....based on the words of a certain field of the contact form. So if go to the search area and add a criteria of that field, and put in the words, it searches all contacts....so there is code that...
  7. L

    Add to Right Click Menu

    thanks..tried it...but did not work
  8. L

    Add to Right Click Menu

    As a favor, can you please copy my code, make the changes and post it, as I have no idea how to do it. Thanks to the Smart Woman!!!
  9. L

    Add to Right Click Menu

    Thanks much. Can you tell where to put what and what to delete as I repeat, I only do what you show me.
  10. L

    Add to Right Click Menu

    Any update on this situation?
  11. L

    Add to Right Click Menu

    Believe it or not, I added to the code Dim objButton2 As CommandBarButton and With objButton2 .Style = msoButtonIconAndCaption .Caption = "LinkedIn Marketing E-Mails" .Parameter = Selection.Item(1).EntryID .FaceId = 355 ' If you place this sample in a class module ' other than...
  12. L

    Add to Right Click Menu

    I changed "If Selection.Item(1).Class = olMail Then" to "If Selection.Item(1).Class = olContact Then" and changed ".OnAction = "Project1.ThisOutlookSession.ReplyToNoncopied" to ".OnAction = "Project1.ThisOutlookSession.runthis72", and when I select a contact, it opens the Userform from the...
  13. L

    Add to Right Click Menu

    I found the following code that you put in ThisOutlookSession that adds to the right click menu the reply to an email that you select. Is there something to do in this code where it can add a macro that I use, or when I create a new Useform that is not related to a Module, in the...
  14. L

    Outlook 2007 Macro to LinkedIn

    No..I just want the macro to do what I mentioned.
  15. L

    Outlook 2007 Macro to LinkedIn

    I just recently decided that when I get a LinkedIn contact, I create a new contact in my Outlook of that name. Is there an easy macro, that identifies the full name of the contact I created that I open or just select from a folder, and it goes to that contact on LinkedIn? That way the macro...
  16. L

    Outlook 2007 Macro Open Contact Folder

    I will still wait for the Smart Woman!!:)
  17. L

    Outlook 2007 Macro Open Contact Folder

    I put it after: objItem.Move objFolder and it worked...thanks very very much!
  18. L

    Outlook 2007 Macro Open Contact Folder

    Where do I put it please in the code?
  19. L

    Outlook 2007 Macro Open Contact Folder

    The following code is what you gave me that when I select a contact, it moves to the specific folder or sub folder or sub sub folder....this is an example for a folder to a bank name....so what can I add at the end that it still moves the contact to the folder put in the code, but it also opens...
  20. L

    Outlook 2007 Search Through E-Mail

    I did it, and it found contacts as low as sub sub folders....thanks so so much!
Back
Top