This is a good workaround.
Thanks you.
"Sue Mosher [MVP-Outlook]" wrote in message
...
You can try using and :
strFind = "[Subject] = " & Chr(34) & "xxx" & Chr(34) & _
" AND [Subject] " Chr(34) & "xxy" & Chr(34)
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Julieta Prandi" wrote in message
...
Hi,
I'm trying to find a item that contains in the beginning of the subject a
certain string. I know that I can find a specific subject using [Subject]
=
xxx but I want to find only the beginning or if the subject contains
certain
string.
Is this possible?
Regards,
)-- July --)