C
chuck.grob
The code below is what I am using to handle a very unusual situation
(VBA code cannot find an email with 'specific email Subject' as the
Subject).
Is there a better way to do this?
Set olMi = Fldr.Items.Find("[Subject] = 'specific email Subject")
If Not TypeName(olMi) = "Nothing" Then
olMi.Delete
End If
Thanks for your input,
JingleRock
(VBA code cannot find an email with 'specific email Subject' as the
Subject).
Is there a better way to do this?
Set olMi = Fldr.Items.Find("[Subject] = 'specific email Subject")
If Not TypeName(olMi) = "Nothing" Then
olMi.Delete
End If
Thanks for your input,
JingleRock