Search results

  1. L

    Outlook 2007 Criteria Search

    Yes. All contacts have all my fields as the fields are in the contact form
  2. L

    Outlook 2007 Criteria Search

    And as to field 2, I stiil want to see the contact if the field2 is no words. So as to field 2, do i show in the macro as just ( ). ??
  3. L

    Outlook 2007 Criteria Search

    So what do we add to the macro so it also searches the other field and the same time?
  4. L

    Outlook 2007 Criteria Search

    No. I want to find contacts if the contact has the value in field1 and field 2.
  5. L

    Outlook 2007 Criteria Search

    Any update please. And so you know, these fields were created for the contact form and I would like to search more than one field so if the first field has a word in it, and the next field as not words in it, it will show the contacts that those fields are set up for those contacts. So...
  6. L

    Outlook 2007 Criteria Search

    The following code searches the field with the certain name in the field. Can I add to this macro how it searches that field and another field that has nothing it that other field? Sub SearchByTopFollowUpNextStepTalk() Dim myOlApp As New outlook.Application txtSearch =...
  7. L

    Outlook 2007 Delete Email Addresses

    And here is my code that saves and closes the contract, so what can we change so it just saves the contract without closing it: Public Sub SaveCloseContact() Dim myinspector As outlook.inspector Dim myItem As outlook.contactItem Set myinspector = Application.ActiveInspector Set...
  8. L

    Outlook 2007 Delete Email Addresses

    I appreciate your help as usual!! Also, is there a code that saves the contact but does not close it? As I have a code that saves and closes the contact.
  9. L

    Outlook 2007 Delete Email Addresses

    I just have the field from Outlook that is E-mail 2 which is the value of the area I created.
  10. L

    Outlook 2007 Delete Email Addresses

    I don't understand what you said....I just open the contact, run the code, and when I save and close the contact, it deleted the email2 address.....I just want it to delete it without having to save and close and open again. Is there a way to do that?
  11. L

    Outlook 2007 Delete Email Addresses

    The place a created, I choosed the field you show above, and that works when I select a list of contacts, but not when I just open one contact.
  12. L

    Outlook 2007 Delete Email Addresses

    Here is the code that based on what you showed me before in other areas to delete, the following code deletes the email 2 address when I select the list of contacts, but again, if I run this when I open one contact, it does not delete it until I save, close and open the contact again....also, it...
  13. L

    Outlook 2007 Delete Email Addresses

    Here is what I learned, and to tell you! As to the email2 on the dropdown field of the email addresses, it deletes and I don't have to save and close and open the contact. But I added another field and the display is _RecipientControl6 and the field that you put in it is E-mail 2, and...
  14. L

    Outlook 2007 Delete Email Addresses

    Here is what I learned, and to tell you! As to the email2 on the dropdown field of the email addresses, it deletes and I don't have to save and close and open the contact. But I added another field and the display is _RecipientControl6 and the field that you put in it is E-mail 2, and...
  15. L

    Outlook 2007 Delete Email Addresses

    I will try what you showed me above and let you know right away. And also, what can we add if I select a list of contacts from a folder....as before you showed me how to change the fields of a list of contacts that I select.
  16. L

    Outlook 2007 Delete Email Addresses

    The following macro deletes the email2 address but I only shows up as deleted if I save and close the contact and open up the contact....so is there a way that is saves the contact without having to save and close and open it? Public Sub DeleteEmail2() Dim currentExplorer As Explorer Dim...
  17. L

    Outlook 2007 Delete Email Addresses

    The macro is to change just to the second email field and then change just to the third email field. So what do I change each way please as I need to do it this morning! Thanks very much!
  18. L

    Outlook 2007 Delete Email Addresses

    The following macro deletes the email address from the first email area. What can I change to delete from the email2 address, and also, the email3 address? Sub DeleteEmail1() Dim objApp As Application Dim objNS As NameSpace Dim objFolder As MAPIFolder Dim objItem As Object Set...
  19. L

    Outlook 2007 Fix Phone Number

    I just did what I asked you, and it worked perfect!!! Thanks so much!!!
  20. L

    Outlook 2007 Fix Phone Number

    so put the words .Save below the words With oitem before the next line .AssistantTelepohneNumber = ?
Back
Top