Hello,
I am looking to do the same. This code checks for contacts with firstname and lastname and then updates the middlename. From this I imagine I will seach for a particular contact and update the information.
Sub CheckContacts(FirstName As String, LastName As String, MiddleName As String)...