Hello,
I want to filter my inbox by searching for a single persons name.
I have done my best to follow the instructions on getting this vba code to run:
Sub SearchByAddress()
Dim myOlApp As New Outlook.Application
Dim ns As Outlook.NameSpace
Dim strFilter As String
Dim oContact As...